An error occurred fetching the project authors.
  1. 21 Oct, 2021 1 commit
  2. 20 Oct, 2021 1 commit
  3. 26 Aug, 2021 1 commit
  4. 23 Jun, 2021 1 commit
  5. 10 Jun, 2021 1 commit
  6. 13 May, 2021 1 commit
  7. 11 May, 2021 1 commit
  8. 26 Apr, 2021 1 commit
  9. 22 Mar, 2021 1 commit
    • Frédéric Caplette's avatar
      Adds a global state to the pipeline editor section · dd287fad
      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.
      dd287fad
  10. 12 Mar, 2021 1 commit
  11. 01 Mar, 2021 1 commit
  12. 12 Feb, 2021 1 commit
  13. 03 Feb, 2021 1 commit
    • Frédéric Caplette's avatar
      Break down pipeline editor into smaller components · 80a8670e
      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.
      80a8670e
  14. 16 Dec, 2020 1 commit