Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nebius/soperator

mehdibenamorr starred nebius/soperator
rdjjke created a review on a pull request on nebius/soperator

View on GitHub

asteny pushed 1 commit to partitions nebius/soperator
  • PartitionConfiguration as strings 78e1f4e

View on GitHub

asteny created a review comment on a pull request on nebius/soperator
So, what will be if user write #PartirionName=..? Next question: where is better place for fail? In operator (here you need read logs of operator in order to understand what happen and where is a...

View on GitHub

asteny created a review on a pull request on nebius/soperator

View on GitHub

dstaroff created a review comment on a pull request on nebius/soperator
It gives: - You won't need `scanner` anymore - As simple as `for range` loop - Line processing becomes more clear - You can just add comment lines between config strings to separate blocks ...

View on GitHub

dstaroff created a review on a pull request on nebius/soperator

View on GitHub

rdjjke created a review comment on a pull request on nebius/soperator
OK, but what if the user writes "PartirionName=..." (with a mistake) -- this line will be ignored.

View on GitHub

rdjjke created a review on a pull request on nebius/soperator

View on GitHub

dstaroff created a review comment on a pull request on nebius/soperator
Maybe it is better to have it as `[]string` instead of multi-line string?

View on GitHub

dstaroff created a review on a pull request on nebius/soperator

View on GitHub

asteny created a review comment on a pull request on nebius/soperator
You wrote exactly that I did in code) Why we should fail? We wrote example that config lines should have PartionName in the start of the line. And only them we get from config. How you want val...

View on GitHub

asteny created a review on a pull request on nebius/soperator

View on GitHub

rdjjke created a review comment on a pull request on nebius/soperator
Why there is no validation anymore? I think the logic should be such: - Lines that start with "PartitionName" are partition configuration that is inserted into the slurm.conf - Empty lines, li...

View on GitHub

rdjjke created a review on a pull request on nebius/soperator

View on GitHub

asteny created a review comment on a pull request on nebius/soperator
Changed. Now only if string started with PartitionName we will put it in config

View on GitHub

asteny created a review on a pull request on nebius/soperator

View on GitHub

asteny pushed 1 commit to partitions nebius/soperator
  • change example for partitions and parse only string started with PartitionName 42746ff

View on GitHub

liayan forked nebius/soperator

liayan/soperator

asteny created a review comment on a pull request on nebius/soperator
But that's example of not default config) If configType - default doesn't matter what u will put on rawConfig. Ok I'll change comment here: `Example for custom ConfigType`

View on GitHub

asteny created a review on a pull request on nebius/soperator

View on GitHub

rdjjke created a review comment on a pull request on nebius/soperator
Because this is an example of the "default" config. I expect a name like "default" or "main" (we have "main" now while it's not configurable)

View on GitHub

rdjjke created a review on a pull request on nebius/soperator

View on GitHub

asteny created a review comment on a pull request on nebius/soperator
Ok, I changed it

View on GitHub

asteny created a review on a pull request on nebius/soperator

View on GitHub

asteny pushed 1 commit to partitions nebius/soperator
  • change example for partitions 6fe6481

View on GitHub

asteny created a review comment on a pull request on nebius/soperator
Because in this example u have 2 partitions hi and low, and by default u will use low. Which names do u want see here?

View on GitHub

asteny created a review on a pull request on nebius/soperator

View on GitHub

rdjjke created a review comment on a pull request on nebius/soperator
If the partition configuration is long, the user may want to split it into blocks separated by empty lines

View on GitHub

rdjjke created a review on a pull request on nebius/soperator

View on GitHub

Load more