An error occurred fetching the project authors.
  1. 10 Mar, 2021 1 commit
  2. 31 Jan, 2021 1 commit
  3. 28 Jan, 2021 1 commit
  4. 24 Jan, 2021 1 commit
  5. 14 Jan, 2021 1 commit
    • Lukas 'Eipi' Eipert's avatar
      Move jest spec helpers to own directory · ca19446d
      Lukas 'Eipi' Eipert authored
      It is a bit confusing as we have put helpers to be used in specs in the
      same directory as specs for `app/assets/javascripts/helpers`. In oder
      to make the destinction a bit more clear, this moves jest test helpers
      to `__helpers__` and adds appropriate readmes to both folders.
      ca19446d
  6. 17 Dec, 2020 1 commit
  7. 10 Dec, 2020 2 commits
  8. 07 Dec, 2020 1 commit
  9. 30 Nov, 2020 1 commit
  10. 23 Nov, 2020 1 commit
  11. 18 Nov, 2020 1 commit
  12. 17 Oct, 2020 1 commit
  13. 14 Oct, 2020 1 commit
  14. 27 Apr, 2020 1 commit
    • Vitaly Slobodin's avatar
      [EE] Prefer toHaveLength in Jest · b0c1c349
      Vitaly Slobodin authored
      'toHaveLength' is preferred over other expect functions.
      It gives more clear messages and prepares our codebase for
      recommended style rules for Jest.
      b0c1c349
  15. 10 Jan, 2020 1 commit
    • Illya Klymov's avatar
      Remove { sync: false } · f745fbbd
      Illya Klymov authored
      This commit removes { sync: false } accross entire codebase
      This is useless since upgrade to @vue/test-utils 1.0.0.beta-30
      f745fbbd
  16. 08 Jan, 2020 1 commit
  17. 30 Sep, 2019 1 commit
    • Vitaly Slobodin's avatar
      Make customer portal URL configurable · faae54e9
      Vitaly Slobodin authored
      This commit adds the ability to set up
      the URL of the customer portal via
      an environment variable so all
      requests and URLs can be routed
      to local instance of customer portal.
      faae54e9
  18. 16 Aug, 2019 1 commit
    • Oswaldo Ferreira's avatar
      Add an Upgrade button to Group's billings page · e2953bd3
      Oswaldo Ferreira authored
      It adds an upgrade button to the group billings
      page that redirects to the customers portal
      upgrade checkout page.
      
      If the user is not logged in at the portal he/she
      will be automatically redirected after the login
      process.
      
      If the user is at the latest tier, the button
      won't be presented.
      e2953bd3