Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: making ops dashboard work locally + adding runs to database now + other improvements #37

Merged
merged 4 commits into from
Oct 10, 2023

Conversation

0x0elliot
Copy link
Member

No description provided.

return position + 0.001
}

return position

Check failure

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
@0x0elliot
Copy link
Member Author

the last commit was a little brave. it adds the time related apps we have in the original workflow. i removed it a bit ago because it failed a lot. now it doesn't for some reason.

@0x0elliot
Copy link
Member Author

don't merge in yet. i need to add a consistent sleep period between the pings.

@0x0elliot
Copy link
Member Author

now, ops dashboard doesn't feel like a warzone anymore :)

@0x0elliot 0x0elliot changed the title fix: making ops dashboard work locally + adding runs to database now fix: making ops dashboard work locally + adding runs to database now + other improvements Oct 9, 2023
@0x0elliot
Copy link
Member Author

please pull Shuffle/Shuffle#1211 quickly to avoid weird behaviour.

@0x0elliot
Copy link
Member Author

0x0elliot commented Oct 9, 2023

This PR also fixes weird import errors. At least, the ones i see for local instances of shuffle. ones with this in the logs:


{
  "error" : {
    "root_cause" : [
      {
        "type" : "illegal_argument_exception",
        "reason" : "mapper [workflow.actions.position.y] cannot be changed from type [float] to [long]"
      }
    ],
    "type" : "illegal_argument_exception",
    "reason" : "mapper [workflow.actions.position.y] cannot be changed from type [float] to [long]"
  },
  "status" : 400

@frikky frikky merged commit 146d936 into main Oct 10, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants