bug from writing records #144
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#144
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i get this error in the console, and no ability to view published records, after doing something funky (i think trying to publish an app deployment request without having published an app record)
Are you able to reproduce this error (if so, can you include the steps here)?
to reproduce: publish a record that is valid yaml but an "invalid" record, e.g., the following records has a meta field with no attributes:
then, the console will not work by throwing the previously uploaded screenshot error. At least, the console should ignore the malformed record rather than not display any of them. Ideally, laconicd would reject publication of a malformed record (which it definitely does not doo, but bad YAML will not get published)
This has been handled now.
Have tested the changes with fixturenet-laconic-loaded stack (steps) with an additional step to publish the malformed record and checking it in console
@zramsay can you see if it works for you?
yes