Skip to content
Snippets Groups Projects
  1. Aug 01, 2018
  2. Jul 26, 2018
  3. Jun 06, 2018
    • Jan Provaznik's avatar
      Enable mapping to nil in enums · 0665a8f7
      Jan Provaznik authored
      Enum in Rails 5 does not map nil values - IOW nil value remains nil,
      even if there is a key with nil value in the enum definition.
      
      This commit overrides the underlying Enum methods so nil value is
      still mapped. This solution is far from being ideal: it uses dynamic
      definition of methods which introduces more magic/confusion
      into the codebase.
      
      It would be better to get rid of the nil value in enums.
      0665a8f7
  4. May 15, 2018
  5. May 02, 2018
  6. Apr 10, 2018
  7. Apr 04, 2018
  8. Mar 01, 2018
  9. Feb 05, 2018
    • Grzegorz Bizon's avatar
      Revert create job service because of load balancing · 5f57c7a5
      Grzegorz Bizon authored
      Currently we still need to run EnsureStageService within a transaction,
      because when it runs within in a transaction we are going to stick to
      the primary database when using database load balancing. Extracting this
      out of the transaction makes it possible to hit into problems with
      replication lag in pipeline commit status API, which can cause a lot of
      trouble.
      5f57c7a5
  10. Jan 31, 2018
  11. Jan 24, 2018
  12. Dec 06, 2017
  13. Nov 27, 2017
  14. Nov 06, 2017
  15. Sep 05, 2017
  16. Jul 24, 2017
  17. Jul 20, 2017
  18. Jul 04, 2017
  19. Jun 20, 2017
  20. Jun 13, 2017
    • Z.J. van de Weg's avatar
      Handle legacy jobs without name · 93b555af
      Z.J. van de Weg authored
      Older pipelines can contain jobs without a name, in which case
      'nameless' is used right now, so we can properly still handle other
      actions on these jobs.
      
      Fixes gitlab-org/gitlab-ce#33403
      93b555af
  21. Jun 12, 2017
  22. Jun 04, 2017
  23. Jun 02, 2017
  24. May 22, 2017
  25. May 09, 2017
  26. May 07, 2017
  27. May 02, 2017
Loading