1. 25 Feb, 2016 2 commits
    • Kirill Smelkov's avatar
      redis: v↑ (2.8.24) · ea9b396b
      Kirill Smelkov authored
      Redis 2.8.23 -> 2.8.24 is a small bugfix release:
      
          --[ Redis 2.8.24 ] Release date: 18 Dec 2015
      
          Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, so
                           updating does not hurt, but most users are unlikely to
                           experience this condition because it requires some odd
                           timing.
      
          * [FIX] lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it,
                  patched by Sun He and Chris Lamb)
          * [FIX] Fix a race condition in processCommand() because of interactions
                  with freeMemoryIfNeeded(). Details in issue #2948 and especially
                  in the commit message d999f5a. (Race found analytically by
                  Oran Agra, patch by Salvatore Sanfilippo)
      
          * [NEW] Log offending memory access address on SIGSEGV/SIGBUS (Salvatore
                  Sanfilippo)
      
      https://raw.githubusercontent.com/antirez/redis/2.8/00-RELEASENOTES
      
      No config changes.
      ea9b396b
    • Kirill Smelkov's avatar
      ruby: v↑ ruby2.1 (2.1.8) · 49da2982
      Kirill Smelkov authored
      Ruby 2.1.8 contains security and other bugfixes
      
          https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-1-8-released/
      49da2982
  2. 24 Feb, 2016 2 commits
  3. 23 Feb, 2016 1 commit
  4. 22 Feb, 2016 1 commit
  5. 21 Feb, 2016 1 commit
  6. 19 Feb, 2016 2 commits
  7. 18 Feb, 2016 2 commits
  8. 17 Feb, 2016 4 commits
  9. 16 Feb, 2016 3 commits
  10. 15 Feb, 2016 5 commits
  11. 13 Feb, 2016 1 commit
    • Kirill Smelkov's avatar
      gitlab: Wait a bit for PostgreSQL to be ready in Unicorn startup · 949e55e2
      Kirill Smelkov authored
      As it was outlined in 5a744de7 (gitlab: Compile assets on instantiation
      and make sure DB is properly setup/migrated before unicorn runs) we are
      performing DB initialization and migration in pre-action as part of
      unicorn startup script. But that currently has one drawback:
      
          if all services start at the same time - e.g. both PostgreSQL and
          Unicorn - and that is a common scenario when SR is compiled and
          instantiated / started, PostgreSQL is usually not yet ready to
          process queries from Unicorn startup script, and first-time Unicorn
          startup fails.
      
      Until now this problem was workarounded by manually starting unicorn
      second time - after some time postgresql is started and ready. But why
      do it manually, if we can do the same logic automatically. So fix it:
      
          in Unicorn startup script wait a bit (up to 5 seconds) for
          PostgreSQL to become ready.
      
      /cc @kazuhiko, @jerome
      949e55e2
  12. 12 Feb, 2016 2 commits
  13. 11 Feb, 2016 14 commits