Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
  2. Feb 03, 2020
  3. Jan 03, 2020
  4. Dec 19, 2019
  5. Dec 11, 2019
  6. Dec 09, 2019
  7. Nov 29, 2019
  8. Nov 27, 2019
  9. Nov 26, 2019
  10. Sep 19, 2019
  11. Sep 18, 2019
  12. Aug 28, 2019
  13. Aug 08, 2019
  14. Jul 02, 2019
  15. Jul 01, 2019
  16. Jun 21, 2019
  17. Jun 12, 2019
  18. Apr 09, 2019
  19. Mar 27, 2019
  20. Mar 18, 2019
    • Nathan Friend's avatar
      Remove folder from environment name · 9072a701
      Nathan Friend authored
      Before this commit, environments grouped together in a "folder" would
      include the folder name in the UI.  This information was unnecessary
      since the folder is also shown in the UI.
      
      In addition, this commit also makes some minor changes to how tooltips
      are displayed for both environments and folders.
      Unverified
      9072a701
  21. Mar 14, 2019
  22. Mar 13, 2019
  23. Mar 12, 2019
  24. Mar 11, 2019
  25. Mar 08, 2019
  26. Mar 07, 2019
  27. Mar 05, 2019
    • Andrew Fontaine's avatar
      Add Component to Confirm Environment Rollback · ba98e91c
      Andrew Fontaine authored and Filipa Lacerda's avatar Filipa Lacerda committed
      Ensure a vue.js component to confirm the re-deployment/rollback of an
      environment pops up when rollback/re-deploy has been clicked so the user
      must confirm their actions before accidentally rolling back or
      re-deploying an environment.
      
      Only on the `environment-table` view.
      ba98e91c
  28. Feb 27, 2019
  29. Feb 25, 2019
    • Andrew Fontaine's avatar
      Sort Environments in Table by Last Updated · fa882a67
      Andrew Fontaine authored
      Ensure folders push to the top, if both have no last update, sort by
      name.
      
      The sorting algorithm should sort in the following priorities:
      
      1. folders first,
      2. last updated descending,
      3. by name ascending,
      
      the sorting algorithm must:
      
      1. Sort by name ascending,
      2. Reverse (sort by name descending),
      3. Sort by last deployment ascending,
      4. Reverse (last deployment descending, name ascending),
      5. Put folders first.
      
      It is done this way, as `underscore`'s sort API is very basic: simple
      comparisons, sorting by ascending only.
      fa882a67
  30. Feb 08, 2019
  31. Jan 21, 2019
    • syasonik's avatar
      Support flat response for envs index route · db054bc1
      syasonik authored
      To support environment folders in the UI on the Environments List
      page, the environments index route previously returned one environment
      per folder, excluding those other than the latest deploy. However, the
      environtments dropdown on the metrics dashboard requires that any
      environment be selectable.
      
      To accommodate both use cases, support an optional 'nested' parameter
      in the index route to return either a flat, complete response or a
      nested response based on the use case in question. The new default
      response structure is the flat response.
      db054bc1
  32. Jan 14, 2019
  33. Jan 11, 2019
Loading