BigW Consortium Gitlab

  1. 07 Dec, 2017 1 commit
  2. 05 Dec, 2017 2 commits
  3. 04 Dec, 2017 1 commit
  4. 23 Nov, 2017 3 commits
  5. 22 Nov, 2017 1 commit
  6. 21 Nov, 2017 2 commits
  7. 20 Nov, 2017 2 commits
  8. 17 Nov, 2017 5 commits
  9. 16 Nov, 2017 1 commit
  10. 06 Nov, 2017 3 commits
  11. 03 Nov, 2017 1 commit
  12. 02 Nov, 2017 4 commits
  13. 01 Nov, 2017 1 commit
  14. 23 Oct, 2017 1 commit
  15. 17 Oct, 2017 1 commit
  16. 16 Oct, 2017 1 commit
    • Make usage ping scheduling more robust · f4e94c6f
      Sean McGivern authored
      On GitLab.com, we see that cron jobs sometimes don't run. This appears to be
      because the process that polls for current cron jobs only has a 60 second
      validity period, so if (for whatever reason) it misses those 60 seconds, we have
      to wait until the next execution.
      
      For the usage ping, this is particularly problematic, as that's only scheduled
      to run once a week.
      
      Changing it to run for every minute in a 10 minute period should work around
      this, if the above diagnosis is correct. The job itself obtains an exclusive
      lease for 24 hours, so rescheduling in quick succession is safe.
  17. 05 Oct, 2017 1 commit
  18. 04 Oct, 2017 2 commits
  19. 03 Oct, 2017 2 commits
  20. 02 Oct, 2017 1 commit
  21. 30 Sep, 2017 1 commit
    • Add `:email_confirmation` to devise `insensitive_keys` · c82678ca
      robdel12 authored
      This fixes a bug where the email confirmation input value is case
      sensative. For example, if the email input is `myemail@example.com` and
      the email confirmation input is `Myemail@example.com` the form would
      fail to submit.
  22. 24 Sep, 2017 2 commits
  23. 20 Sep, 2017 1 commit