BigW Consortium Gitlab

  1. 08 Aug, 2017 1 commit
  2. 31 Jul, 2017 1 commit
  3. 28 Jun, 2017 1 commit
  4. 15 Jun, 2017 2 commits
    • Deserialise existing custom notification settings · e94c1028
      Sean McGivern authored
      Create a post-deployment migration to update all existing notification settings
      with at least one custom level enabled to the new format. Also handle the same
      conversion when updating settings, to catch any stragglers.
    • Add columns for custom notification settings · f4b5fcbc
      Sean McGivern authored
      Add columns for each custom notification level, defaulting to null. Read from
      those columns if non-null, otherwise fall back to the serialized column. Writing
      will write to the new column if `events` isn't manually set.
  5. 07 Jun, 2017 1 commit
  6. 03 Apr, 2017 1 commit
    • Quiet pipeline emails · a1805cbc
      Sean McGivern authored
      1. Never send a pipeline email to anyone other than the user who created
         the pipeline.
      2. Only send pipeline success emails to people with the custom
         notification setting for enabled. Watchers and participants will
         never receive this.
      3. When custom settings are unset (for new settings and legacy ones),
         act as if failed_pipeline is set.
  7. 23 Feb, 2017 1 commit
  8. 05 Jan, 2017 1 commit
  9. 17 Oct, 2016 1 commit
  10. 14 Sep, 2016 1 commit
  11. 13 Sep, 2016 1 commit
  12. 07 Jul, 2016 1 commit
    • Exclude projects pending delete from notifications · ea25e091
      Sean McGivern authored
      If the Sidekiq job fails for some reason, a project can be 'stuck'
      pending deletion. The project can't be viewed, so it shouldn't be
      available through the notification settings association as this will
      throw an exception when we try to show the link.
  13. 16 Jun, 2016 2 commits
  14. 15 Jun, 2016 1 commit
  15. 14 Jun, 2016 1 commit
  16. 13 Jun, 2016 3 commits
  17. 10 Jun, 2016 1 commit
  18. 07 Jun, 2016 1 commit
  19. 03 Jun, 2016 2 commits
  20. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  21. 06 May, 2016 1 commit
  22. 11 Apr, 2016 1 commit
  23. 08 Apr, 2016 1 commit
  24. 30 Mar, 2016 3 commits