Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
I Just Saw The New Release Of The Agent 1.8.1 :

SuccessfulKoala55 I just saw the new release of the agent 1.8.1 : None

Fix git pulling on cached invalid git entry. On error, re-clone the entire repository again (enable using

agent.vcs_cache.clone_on_pull_fail: true

)

So is that new setting Enabled by default ?

  
  
Posted 11 months ago
Votes Newest

Answers 4


Hi ManiacalLizard2 , it looks like the default setting is still false

  
  
Posted 11 months ago

I am wondering, should it be True be default ???

  
  
Posted 11 months ago

most of people probable wont even know what that do

  
  
Posted 11 months ago

most of the time, "user" would expect that clearml handle the caching by itself

  
  
Posted 11 months ago