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 Upgraded Clearml To 1.15.0 From 1.0 The Ui Says It’S Running

I upgraded clearML to 1.15.0 from 1.0
The UI says it’s running

WebApp: 1.15.0-472 • Server: 1.15.0-472 • API: 2.29

And the UI is missing a lot of details like project name.
the XHR call to / api/v2.28/projects.get_all_ex is returning the project names as I am able to see it in the json response. The UI still doesn’t display them.

Has anyone come across this issue before?
image

  
  
Posted 16 days ago
Votes Newest

Answers 4


Hi @<1691258549901987840:profile|PoisedDove36> , did you do all the db migrations during the upgrade or did you go straight to 1.5 form 1.0?

  
  
Posted 15 days ago

I noticed the UI expects basename and the response from projects endpoint doesn’t have that key

  
  
Posted 16 days ago

None

I did the equivalent of the manual migration steps here.

  
  
Posted 15 days ago

I upgraded mongo in that order.

I didn’t see any db migrations other than setting feature compatibility

  
  
Posted 15 days ago