Commit Graph

283 Commits

Author SHA1 Message Date
74ab68d05f ... 2025-01-31 15:39:44 +03:00
27cb6cb0c6 ... 2025-01-31 09:58:53 +03:00
5670efc4cb ... 2025-01-31 08:29:17 +03:00
ca8799af39 Merge pull request #30 from felipensp/patch-1
Update resp_model.v to make RValue public
2025-01-27 12:39:52 +03:00
timurgordon
dce0b71530 replace crystallib with herolib 2025-01-22 23:57:49 +00:00
Felipe Pena
e82e367e95 Update resp_model.v to make RValue public 2025-01-22 18:32:57 -03:00
timurgordon
d403f84b6c fix osis compilation 2025-01-21 02:37:05 +00:00
1da8a2d319 feat(tfgrid3deployer): add delete method for deployments
- add a delete method for deployments which deletes all deployment
  contracts
- improve logging messages
- update examples according to changes
2025-01-15 13:00:04 +02:00
9083fccb58 test: improve robustness of incremental counter tests
- Replace `lut.incremental!` with a safer check using `if v := lut.incremental`.
- This ensures that the test doesn't panic if `incremental` is unexpectedly nil.
- The new assertions explicitly check for the existence of a value and its correctness.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-01-12 14:15:18 +02:00
5753e0eb58 refactor: improve collection export
- Remove unnecessary parameter from `errors_report` function.
- Pass `Collection` by mutable reference to `export` function.
- Fix `.collection` file content in export test.
- Update test cases to reflect changes.
- Correct path in test data.
- Use mutable reference for `col` in `Tree.export`.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-01-12 14:06:21 +02:00
Mahmoud Emad
58a1f04a44 test: fix: handle potential null error in ping
- Updated assertions in `ipaddress_test.v` to handle potential null errors returned by the `ping` method.
2025-01-09 13:39:20 +02:00
Mahmoud Emad
d5d5eab855 refactor: Improve parser_line.v code clarity
- Changed the conditional check in `next_start`, `next_start_lf`, and `ensure_last_is_paragraph` functions to improve readability.  The original `!is` check was slightly less clear.  This change uses the `!` operator more consistently and makes the intention clearer.
2025-01-05 16:10:43 +02:00
Mahmoud Emad
b2adba48af test: remove unnecessary println statements
- Remove `println` statements from `currency_test.v`.

Co-authored-by: 3mmario <mariobassem12@gmail.com>
2025-01-05 12:02:51 +02:00
Mahmoud Emad
663f9f347a test: improve dbfs tests
- Remove a placeholder panic in `dbfs_test.v`.
- Improve `namedb_test.v` by using `get_from_id` to
  retrieve public keys by ID and then using `get` to
  retrieve the data associated with the public key.  This
  better reflects the intended usage and clarifies the test.

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-05 11:43:31 +02:00
Mahmoud Emad
2e14b7b7af fix: improve git url parsing and deployment
- Improve the parsing of Git URLs to correctly handle paths and branches.
- Fix an issue where the `griddriver` installer was not correctly
- installed.
- Fix a bug in the `IPAddress` `ping` function.
- Update the `GitLocation` struct to correctly handle branches and
- tags.
- Fix a bug in the `GitRepo` `checkout` function.
- Improve the `gitlocation_from_url` function to handle various Git
- URL formats.
- Update the `livekit` installer to use the correct source command.
- Update the `golang` installer to use the correct `go version`
- command.
- Update the `griddriver` installer to use the correct version
- command.

Co-authored-by: supermario <mariobassem12@gmail.com>
2025-01-02 13:35:36 +02:00
timurgordon
d43d4d8a9f remove old jsonschema 2025-01-02 01:48:30 -05:00
timurgordon
5d3df608e1 lighten modules and remove unnecessary imports 2025-01-02 01:47:15 -05:00
36f41150c2 postgresql & new docs 2025-01-01 17:44:06 +01:00
914e1f5073 had to cleanup a lot in relation to optional returns 2025-01-01 13:40:24 +01:00
92335f8828 fixes for formatting 2024-12-31 11:00:02 +01:00
5151dfde49 Merge branch 'development_doctree_fixes' into development_actions
* development_doctree_fixes:
  wip: fix doctree example
  wip: fix doctree example
2024-12-31 10:21:53 +01:00
0821c052e7 prob still broken, but don\t have time right now 2024-12-31 10:20:37 +01:00
f8ab2f855a fix ourtime, logging, some missing installers, ... 2024-12-31 09:32:56 +01:00
e34a770cc6 wip: fix doctree example 2024-12-30 12:22:36 +02:00
7bbeee570e fix 2024-12-25 19:17:23 +01:00
Mahmoud Emad
ccfc7c4656 fix: improve package management and screen status
- Fix issues in package installation and removal across
different platforms (Ubuntu, macOS, Alpine, Arch).
- Improve error handling and add sudo support where
necessary.
- Enhance screen status check to accurately reflect
process activity.
- Address minor bugs in `db.v`, `done.v`, and
`net_test.v`.
- Correct minor inconsistencies in package names.
2024-12-25 17:12:08 +02:00
Mahmoud Emad
7242564b80 refactor: Process actions in code blocks and actions
- Removed commented-out code from `element_action.v` and
  `element_codeblock.v`.
- Enabled processing of actions within code blocks.
- The code now correctly handles multiple actions within a
  code block.
- Improves the handling of actions within Markdown.
2024-12-25 14:02:39 +02:00
Mahmoud Emad
9508f2f73b refactor: Remove unnecessary int casts in lookup.v
- Remove unnecessary casts from `int(lut.keysize)` to `lut.keysize`
- This simplifies the code and improves readability.
- No functional changes are introduced.
2024-12-25 13:13:59 +02:00
a2a47ed7ee the base 2024-12-25 11:18:08 +01:00
a7e714058f the base 2024-12-25 10:18:31 +01:00
8c58633c56 herojson 2024-12-25 09:37:32 +01:00
4e030b794d the base 2024-12-25 09:23:31 +01:00
4a50de92e3 the base 2024-12-25 08:40:56 +01:00