Skip to content
Snippets Groups Projects
  1. Sep 17, 2020
  2. Aug 24, 2020
  3. Jun 04, 2020
  4. Jun 03, 2020
  5. Apr 16, 2020
  6. Apr 13, 2020
  7. Apr 09, 2020
  8. Apr 02, 2020
  9. Mar 24, 2020
  10. Mar 17, 2020
  11. Feb 24, 2020
  12. Feb 17, 2020
    • Heinrich Lee Yu's avatar
      Fix invalid DB checks · 9c33b79d
      Heinrich Lee Yu authored
      We should not use `ActiveRecord::Base.connected?` to
      check if a DB exists because that only checks if a
      connection is already established. It's possible
      for the DB to exist but a connection has not yet
      been established.
      
      I noticed that this method in the initializer was
      wrong but we didn't notice it because this method
      was never invoked.
      
      0_license.rb is run before any connections are
      established so `connected?` always returned false
      even if the table exists.
      
      I've also fixed other places that use the same check
      even though they might not be having problems because
      a connection is already established at that point.
      Unverified
      9c33b79d
  13. Jan 29, 2020
  14. Jan 24, 2020
  15. Dec 12, 2019
  16. Nov 08, 2019
  17. Sep 26, 2019
  18. Sep 13, 2019
  19. Jul 03, 2019
  20. Apr 27, 2019
  21. Feb 12, 2018
  22. Jul 05, 2017
  23. Feb 06, 2017
  24. Sep 20, 2016
    • Robert Speicher's avatar
      Merge branch 'sh-improve-ee-usage-ping' into 'master' · 941f7598
      Robert Speicher authored
      Add more usage data to EE ping
      
      This MR loads the EE usage ping asynchronously on the admin application settings page and now includes the counts of the following items:
      
      * Comments
      * Groups
      * Users
      * Projects
      * Issues
      * Labels
      * CI builds
      * Snippets
      * Milestones
      * Todos
      * Pushes
      * Merge requests
      * Environments
      * Triggers
      * Deploy keys
      * Pages
      * Project Services
      * Issue Boards
      * CI Runners
      * Deployments
      * Geo Nodes
      * LDAP Groups
      * LDAP Keys
      * LDAP Users
      * LFS objects
      * Protected branches
      * Releases
      * Remote mirrors
      * Web hooks
      
      Closes #997
      
      See merge request !735
      941f7598
    • Stan Hu's avatar
      Add more usage data to EE ping. · 5067244c
      Stan Hu authored
      Load it asynchronously to prevent blocking a page load.
      
      Closes #997
      
      Add a container around usage data help-block to prevent horizontal scroll in Firefox
      
      Closes #808
      5067244c
  25. Jul 20, 2016
  26. Jun 08, 2016
  27. May 29, 2016
  28. May 24, 2016
  29. May 17, 2016
Loading