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
Profile picture
SuperiorGiraffe36
Moderator
2 Questions, 23 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

19 × Eureka!
0 Votes
24 Answers
522 Views
0 Votes 24 Answers 522 Views
Hi, does anyone have some issues with cloning git repos within alegro? I always got some error massage: fatal: unable to access ' http://X ....' Could not re...
3 years ago
0 Votes
10 Answers
519 Views
0 Votes 10 Answers 519 Views
Hi, is it possible to manage the prioritization of waiting jobs within a queue?
3 years ago
3 years ago
0 Hi, Does Anyone Have Some Issues With Cloning Git Repos Within Alegro? I Always Got Some Error Massage: Fatal: Unable To Access '

it is a name for a local server in the network and al users can resolve the right ip on the terminal

3 years ago
0 Hi, Does Anyone Have Some Issues With Cloning Git Repos Within Alegro? I Always Got Some Error Massage: Fatal: Unable To Access '

Yes, i am abel to clone it via terminal. with the exact same url that is posted in the log.

3 years ago
0 Hi, Does Anyone Have Some Issues With Cloning Git Repos Within Alegro? I Always Got Some Error Massage: Fatal: Unable To Access '

cloning: http://.../allegro.git
fatal: unable to access ' http://<user> :<pw>@rz-s-git/c.huber/allegro.git/': Could not resolve host: XXX
Repository cloning failed: Command '['clone', ' http:// .../allegro.git', '/root/.trains/vcs-cache/allegro.git.5fe0bfd1aead3fbac0f62bb78ff1f685/allegro.git', '--quiet', '--recursive']' returned non-zero exit status 128.
trains_agent: ERROR: Failed cloning repository.

  1. Make sure you pushed the requested commit:
    (repository=' http://.../allegro.git ', bra...
3 years ago
0 Hi, Is It Possible To Manage The Prioritization Of Waiting Jobs Within A Queue?

ok, is it than possible to prioritiz diffrent queues?

3 years ago
0 Hello, I Have Some Problems With Allegro. I Run A Programm And Then I Saw It On The Trains Server. But Now I Change Something With The Code And I Pushed It Again. Now I Cloned It. But The Old Code Was Executed. How Can I Run The New Code I Pushed?

AgitatedDove14 Yes you understood me the right way. I personaly would love to do it with a CLI but you have suche a great and clear GUI why you want to make this feature without it? I can imagen that many people would appreciate to do it all in the GUI.

3 years ago
3 years ago
0 Hello, I Have Some Problems With Allegro. I Run A Programm And Then I Saw It On The Trains Server. But Now I Change Something With The Code And I Pushed It Again. Now I Cloned It. But The Old Code Was Executed. How Can I Run The New Code I Pushed?

AgitatedDove14 I think it woulde be great to create a sampel or a dummy task from the UI. After that maybe you can link that task to your code /git-repo/ data that you want to run. I think that this way would be more intuitive for some sort of users.

3 years ago
0 Hi, Is It Possible To Manage The Prioritization Of Waiting Jobs Within A Queue?

for example can i make queues like this: prio1_q, prio2_q and prio3_q and the workers always will first get the jobs from prio1_q queue?

3 years ago