An error occurred fetching the project authors.
  1. 22 Jul, 2021 1 commit
    • Andrew Fontaine's avatar
      Migrate Edit Environments Form to Vue · 961d0d8a
      Andrew Fontaine authored
      Re-uses the new form component made as part of the migration of new
      environments.
      
      There was some question about whether or not we need Vuex or something,
      but honestly because the form manages such a low number of properties
      and the validation requirements are so small, that I opted to not use it
      here instead.
      
      Also the environment model is small, and so can be inlined in a data
      attribute. As the validation is stricter on the backend, this should be
      clear of HTML injection.
      
      Changelog: changed
      961d0d8a
  2. 18 Jun, 2021 1 commit
  3. 08 Jun, 2021 1 commit
  4. 02 Jun, 2021 1 commit
  5. 13 May, 2021 1 commit
  6. 12 May, 2021 1 commit
  7. 21 Aug, 2020 1 commit
  8. 04 Aug, 2020 1 commit
  9. 30 Jul, 2020 1 commit
    • rpereira2's avatar
      Move code to read dashboard files in repo · f93b8da3
      rpereira2 authored
      Move code to read dashboards in a project's repository into a new
      lib class. This code was previously in CustomDashboardService and in
      Metrics::Dashboard::Finder. The code is now in one class.
      f93b8da3
  10. 29 Jul, 2020 1 commit
  11. 15 Jul, 2020 1 commit
  12. 14 Jul, 2020 1 commit
  13. 08 Jul, 2020 2 commits
  14. 01 Jul, 2020 1 commit
  15. 30 Jun, 2020 1 commit
    • Miguel Rincon's avatar
      Use snake_case for metrics data · a76cbf9d
      Miguel Rincon authored
      Frontend usually expects data in camelCase, and our tooling mostly
      considers that format. All things being equal, is best to use
      snake_case for HTML data.
      a76cbf9d
  16. 23 Jun, 2020 1 commit
  17. 08 Jun, 2020 1 commit
  18. 02 Jun, 2020 1 commit
  19. 17 Apr, 2020 1 commit
  20. 07 Apr, 2020 1 commit
  21. 31 Mar, 2020 1 commit
  22. 18 Feb, 2020 1 commit
  23. 14 Feb, 2020 1 commit
    • Mikolaj Wawrzyniak's avatar
      Include EnvironmentsHelper into MetricsDashboard · 83905f6a
      Mikolaj Wawrzyniak authored
      EnvironmentsHelper#metris_data includes paths which are required in
      multiple places when rendering embded dashboards. To avoid duplications
      and to provide MVP qucikly. I included this helper into MetricsDashboard
      mixin to include required data into response for ajax requests.
      83905f6a
  24. 27 Jan, 2020 1 commit
  25. 16 Jan, 2020 1 commit
    • Miguel Rincon's avatar
      Extract dashboard clone service · 3b7dd732
      Miguel Rincon authored
      Numerb of responsibilities
      which has to be handled while cloning
      dashboard is increasing, to avoid
      fat controller, we need to extract
      this process into separate service.
      3b7dd732
  26. 21 Oct, 2019 1 commit
  27. 14 Jun, 2019 1 commit
  28. 29 May, 2019 1 commit
  29. 27 May, 2019 1 commit
  30. 28 Jun, 2018 1 commit
  31. 27 Jun, 2018 1 commit