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
Feature Request: Clearml Prints Github Token In The Log, When There Is "Repository Not Found" Error. It Would Be Nice If Could Hide It

feature request: ClearML prints GitHub token in the log, when there is "repository not found" error. it would be nice if could hide it

  
  
Posted 2 years ago
Votes Newest

Answers 4


in order to use private repositories for our experiments I add agent.git_user and agent.git_pass options to clearml.conf when launching agents

if someone accidentally tries to launch an experiment from non-existing repo, ClearML will print
fatal: repository ' https://username:token@github.com/our_organization/non_existing_repo.git/ ' not found

exposing the real token

  
  
Posted 2 years ago

DilapidatedDucks58 I just tried and got:
fatal: unable to access ' ': The requested URL returned error: 403

  
  
Posted 2 years ago

just DMed you a screenshot where you can see a part of the token

  
  
Posted 2 years ago

Hi DilapidatedDucks58 , can you share how it looks and a reproducing example? 🙂

  
  
Posted 2 years ago
537 Views
4 Answers
2 years ago
one year ago
Tags