Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: build graph endpoint for pipeline visualization #995

Merged
merged 47 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a1afb99
feat: visualization WIP
plyr4 Dec 29, 2021
6be0aef
wip: arquint layout DEPRECATED
plyr4 Jan 12, 2022
83fca69
chore: clean up and convert to DOT edges format
plyr4 Jan 15, 2022
fecedc6
feat: stages/steps nested subgraphs
plyr4 Jan 16, 2022
8675885
feat: stages & edges
plyr4 Jan 16, 2022
c7847d8
wip
plyr4 Feb 11, 2022
43df63d
Merge branch 'master' of github.com:go-vela/server into feat/build-dag
plyr4 Feb 23, 2022
ceb6527
fix: merge with main and tweak for refactors
plyr4 Jul 14, 2023
117545d
wip: added built-in nodes and negative ids
plyr4 Jul 15, 2023
8211887
wip: add build_id to dag struct
plyr4 Aug 3, 2023
1c136c2
chore: merge with main
plyr4 Sep 29, 2023
0dc6000
chore: merge with main
plyr4 Sep 29, 2023
e80b5cd
feat: services
plyr4 Oct 6, 2023
6cfd7ee
Merge branch 'main' of github.com:go-vela/server into feat/build-dag
plyr4 Oct 6, 2023
1e92fbd
Merge branch 'main' of github.com:go-vela/server into feat/build-dag
plyr4 Oct 10, 2023
eb321eb
wip: established required code, clean-up phase
plyr4 Oct 10, 2023
de697d6
tweak: return on complexity error
plyr4 Oct 11, 2023
da97cae
chore: clean up code
plyr4 Oct 12, 2023
a37df7e
fix: account for canceled and skipped
plyr4 Oct 16, 2023
1414e60
Merge branch 'main' into feat/build-dag
plyr4 Oct 26, 2023
1c06bd8
fix: compile with commit
plyr4 Oct 27, 2023
502bb68
Merge branch 'main' into feat/build-dag
plyr4 Oct 27, 2023
9b97030
fix: typo
plyr4 Oct 27, 2023
e87e10a
fix: add Graph to api spec
plyr4 Oct 27, 2023
4aa9983
Merge branch 'main' into feat/build-dag
ecrupper Oct 30, 2023
f2ec456
fix: reorganize imports
plyr4 Oct 30, 2023
e7b5e8d
enhance: use constant for complexity limit
plyr4 Oct 30, 2023
8fd12e2
enhance: check complexity prior to processing
plyr4 Oct 30, 2023
f8e4e3f
fix: combine builtin node check
plyr4 Oct 30, 2023
b1754b5
fix: account for all statuses
plyr4 Nov 1, 2023
51f804e
chore: revert gitignore
plyr4 Nov 1, 2023
272722f
chore: move comment
plyr4 Nov 1, 2023
79a2a73
fix: use resource count returned from db
plyr4 Nov 1, 2023
119f039
Merge branch 'main' into feat/build-dag
plyr4 Nov 1, 2023
1099f74
fix: swagger headers
plyr4 Nov 1, 2023
e60b377
fix: linting
plyr4 Nov 1, 2023
7038f73
chore: revert docker-compose
plyr4 Nov 1, 2023
badc5c2
chore: revert docker-compose
plyr4 Nov 1, 2023
551fc8a
fix: api-spec schema
plyr4 Nov 1, 2023
63d01b3
fix: linting
plyr4 Nov 1, 2023
c0ac3df
fix: use perPage var over hardcoded variable
plyr4 Nov 1, 2023
f589dce
enhance: resource fetch optimization
plyr4 Nov 1, 2023
aee68c2
enhance: ruleset and status clarity
plyr4 Nov 2, 2023
d6a7266
Merge branch 'main' into feat/build-dag
ecrupper Nov 2, 2023
06f1ddf
fix: comments
plyr4 Nov 2, 2023
9ea12aa
Merge branch 'feat/build-dag' of github.com:go-vela/server into feat/…
plyr4 Nov 2, 2023
b9bf5da
chore: remove unused initializations
plyr4 Nov 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading