Skip to content

Commit

Permalink
feat: add argo events integration (#33)
Browse files Browse the repository at this point in the history
* feat: add argoevents tab

* ci: update workflows

* ci: cleanup old workflows

* fix: wrong indentation

* feat: remove api call

* feat: remove api call

* feat: remove api call

* feat: remove api call

* feat: remove api call

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: remove detailsCallHandler from argoevents

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add env vars

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs

* feat: add more logs
  • Loading branch information
braghettos authored Oct 7, 2024
1 parent acc13e6 commit d342e95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const ArgoEvents = ({ deploy, plugin, content, detailsCallHandler }) => {

const stages = ['test', 'coll', 'prod']

console.log('uris:', uris.secret );
console.log('argoevents endpoint uri:', `${uris.secret}/endpoint/argoevents` );

fetch(`${uris.secret}/endpoint/argoevents`, {
Expand Down

0 comments on commit d342e95

Please sign in to comment.