This message was deleted.
# atlantis-community
s
This message was deleted.
p
no, that is not possible
you want like a list of jobs?
j
I honestly, just need a way for an end user to have some ideas that Atlantis is still doing something.
p
in the details you should see the link to the job that is running the plan/apply
that job will not go away until is done
j
Which details?
I assume you are referring to something in github.
p
in github is called details
j
We have gitlab
p
but basically the live TF plan page
j
and after the initial Commit which triggers atlantis, you get no more UI updated related to Atlantis
j
so, the only link you see, is to the original plan. Which doesnt update.
Ya, what you linked, doesnt exist when you run in Gitlab
p
ohhh
j
So its not real clear, but when you first commit, you do see a external pipeline stage. But it will never update after the original run
and the link is too the original plan, which in this case failed.
so any
atlantis plan/apply
ran after the fact, isnt known to the user.
so, in the UI i can click that failed plan, and im linked to an atlanits job from 1 hour ago
even though I just ran a plan/apply with in the last few minutes
p
mmm that is weird
j
I would open up an issue with gitlab, for them to ignore it
if i knew what exactly was happening on the atlantis side.
p
I’m not a gitlab user so I don’t know what else you can do
are you using latest?
j
yes
I dont know what Atlantis is trying to do
with respect to streaming logs, to even begin to tell GItlab
Any chance you know where the code base fro the streaming logs is?
there is a bunch of PRs there you can look at
j
damn, no chance i can figure out what to tell gitlab. was hoping it was going to be rather obvious what wasnt running
@PePe Amengual is there any reason why The atlantis UI cant also show the relevenat jobs for a project>
b
Would be interesting to have an overview of the current running jobs in the Atlantis UI. Could just be an entry in the UI under a 'jobs' tab, which redirects to the job link.
Nothing fancy to start with, but practical to have this overview.
Then again, every repository could only just have 1 active job in the UI.
Retaining historical jobs and view them in the UI I would advise against, that's where PR history could be used for.
But nice to see multiple workflows run for a single repo in a 'workflows' tab yes. I would definitely use that in the Atlantis UI.
j
Just seems like when I click on a
locked
in the UI, I would be able to see the link to the current job
b
PRs are locked right, 1 PR could still kick off 10 workflows in parallel.
Does it show the links for each individual workflow that's currently running?
j
it shows no links
b
Check
j
other than a link back to the pull request, which triggered the lock
b
Yeah, so I think having workflows visible in the UI would be very nice.
j
The fact the initial Gitlab MR shows a link to an atlantis job, but never updates again
I imagine atlantis just isnt sending a webhook or w/e to update gitlab, but i cant find that in code anywhere