An error occurred fetching the project authors.
  1. 09 Jan, 2020 1 commit
    • Ryan Cobb's avatar
      Enable factorybot cops · 2aebe31f
      Ryan Cobb authored
      This enables FactoryBot/FactoryClassName and FactoryBot/CreateList cops.
      They were disabled in the upgrade of gitlab-styles gem because they were
      causing violations.
      2aebe31f
  2. 12 Dec, 2019 1 commit
  3. 11 Nov, 2019 1 commit
    • Alper Akgun's avatar
      Hide repeated trial offers on self-hosted · 236d5f0f
      Alper Akgun authored
      On self-hosted instances when a trial license expires we currently
      offer new repeated trials to the admins. With these changes we track
      trial ends date at instance level and do not suggest repeated trials
      to admins
      236d5f0f
  4. 08 Nov, 2019 1 commit
  5. 22 Aug, 2019 2 commits
  6. 15 Aug, 2019 1 commit
    • Tyler Amos's avatar
      Consolidate logic for historical max user count · b65c6773
      Tyler Amos authored
      `License#historical_max` leverages `HistoricalData#max_historical_user_
      count` for calculation.  It also defaults to using a date from from a
      year prior to the expiration date up to the expiration date.
      Adds `License#prior_historical_max` as a way to continue to easily get
      the historical max before the given license which is used for
      `check_users_limit`.
      b65c6773
  7. 07 Mar, 2019 1 commit
  8. 04 Oct, 2018 1 commit
  9. 17 Aug, 2018 1 commit
  10. 03 Jun, 2018 1 commit
  11. 14 Mar, 2018 1 commit
  12. 12 Feb, 2018 1 commit
  13. 22 Dec, 2017 1 commit
  14. 22 Sep, 2017 1 commit
  15. 21 Sep, 2017 1 commit
  16. 29 Aug, 2017 2 commits
  17. 14 Jul, 2017 1 commit
    • Nick Thomas's avatar
      Fix implicit license plans · 4f405cdc
      Nick Thomas authored
      Licenses without a plan specified need to act as though they are EES. This is
      currently implemented for licenses that don't include a plan in their data at
      all, but if `plan: nil` or `plan: ""` is set, the customer loses access to a
      number of features with license checks added in 9.4. This commit changes the
      license check to use the starter plan in those cases too.
      4f405cdc
  18. 08 Jul, 2017 1 commit
  19. 06 Jul, 2017 4 commits
  20. 05 Jul, 2017 3 commits
  21. 21 Jun, 2017 1 commit
    • Sean McGivern's avatar
      Normalise license MD5 values · 39318708
      Sean McGivern authored
      License files uploaded in the UI always have newlines as separators, with a
      single trailing newline.
      
      Licenses pasted in the text box will have newlines replaced by \r\n by the
      browser, and may have zero trailing newlines, or many.
      
      Normalising these to a canonical form lets us match against the license app more
      efficiently.
      39318708
  22. 12 Jun, 2017 1 commit
  23. 22 May, 2017 1 commit
  24. 09 May, 2017 1 commit
  25. 02 May, 2017 1 commit
  26. 24 Mar, 2017 1 commit
    • Ruben Davila's avatar
      Allow downgrade when no users were added in previous period · 3d4a8c7d
      Ruben Davila authored
      Currently a customer can't downgrade because validations will fail given
      the historical max will be greater than the current active users. If
      customer hasn't added more users in the previous period we should
      compare against the current active users instead.
      3d4a8c7d
  27. 07 Feb, 2017 1 commit
  28. 06 Feb, 2017 1 commit
  29. 12 Aug, 2016 1 commit
  30. 29 Mar, 2016 2 commits
  31. 27 Jan, 2016 1 commit
  32. 02 Jul, 2015 1 commit