An error occurred fetching the project authors.
- 21 Oct, 2021 1 commit
-
-
Payton Burdette authored
-
- 20 Oct, 2021 1 commit
-
-
Frédéric Caplette authored
-
- 26 Aug, 2021 1 commit
-
-
Mireya Andres authored
-
- 23 Jun, 2021 1 commit
-
-
Frédéric Caplette authored
-
- 10 Jun, 2021 1 commit
-
-
Sarah Groff Hennigh-Palermo authored
Changelog: added
-
- 13 May, 2021 1 commit
-
-
Mireya Andres authored
-
- 11 May, 2021 1 commit
-
-
Frederic Caplette authored
The drawer default is now open in the pipeline editor section and if someone collapses it, it will be loaded collapsed the next time someone comes to the section. The reverse is also true.
-
- 26 Apr, 2021 1 commit
-
-
Frédéric Caplette authored
-
- 22 Mar, 2021 1 commit
-
-
Frédéric Caplette authored
Instead of relying on passing props data down to know all about what is happening on a global level, we write to apollo cache the global state of the app that can then be consumed byy its children at any level without needing extra layer of complexity.
-
- 12 Mar, 2021 1 commit
-
-
Frédéric Caplette authored
This changes how graphQL mutations work on the FE to commit files. We check if we should create a new file or update an existing one, so users can now create new files if required.
-
- 01 Mar, 2021 1 commit
-
-
Frédéric Caplette authored
This adds an empty section with no CTA inside the pipeline editor if there is no file to edit. At a later date, we are going to add the option to start working even without an existing file.
-
- 12 Feb, 2021 1 commit
-
-
Frédéric Caplette authored
- This adds a tab that shows the merged yaml result inside the pipeline editor section. Also adds tests and move the text editor and new component inside a sub-folder
-
- 03 Feb, 2021 1 commit
-
-
Frédéric Caplette authored
This refactor will allow the new pipeline editor section to grow organically from an architectural POV. Each section is now its own component and at the very top, we have the app that fetches the graphQL queries and pasases it down to all other part of the applications that need it.
-
- 16 Dec, 2020 1 commit
-
-
Frédéric Caplette authored
We connect the visualize tab with the new graphQL API for linting so that our visualization relies on the data that comes from the API.
-