BigW Consortium Gitlab

  1. 29 Jun, 2017 1 commit
  2. 26 May, 2017 2 commits
  3. 21 May, 2017 1 commit
  4. 18 May, 2017 1 commit
  5. 05 May, 2017 1 commit
  6. 28 Apr, 2017 4 commits
  7. 13 Apr, 2017 1 commit
  8. 14 Mar, 2017 1 commit
  9. 07 Mar, 2017 1 commit
  10. 06 Mar, 2017 2 commits
    • Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
  11. 01 Mar, 2017 1 commit
  12. 23 Feb, 2017 1 commit
  13. 23 Jan, 2017 1 commit
    • Added raven and raven-vue plugin, updated gon_helper with data needed for raven… · c252c034
      Luke Bennett authored
      Added raven and raven-vue plugin, updated gon_helper with data needed for raven and created raven_config, required by application.js
      
      Added is_production to define sentry environment
      
      Removed as much jQuery as possible
      
      Added public_sentry_dsn application_settings helper method
      
      Use URI module instead of regex for public dsn
      
      Removed raven-vue and load raven on if sentry is enabled
      
      Add load_script spec
      
      added raven_config spec
      
      added class_spec_helper and tests
      
      added sentry_helper spec
      
      added feature spec
  14. 09 Jan, 2017 1 commit
  15. 14 Dec, 2016 1 commit
  16. 19 Sep, 2016 1 commit
  17. 19 Jul, 2016 1 commit
  18. 28 Jun, 2016 1 commit
    • Unused got variable with very bad performance · b5fa56eb
      Paco Guzman authored
      In any case if just want the value which is always ‘gitlab’
      
      require 'benchmark/ips'
      
      Project.first # To load database things
      GitlabIssueTrackerService.first # To load database things
      
      Benchmark.ips do |x|
        x.config(:time => 5, :warmup => 2)
      
        x.report("current") do
          Project.new.default_issue_tracker.to_param
        end
      
        x.report("") do
          'gitlab'
        end
      
        x.compare!
      end
      
      Calculating -------------------------------------
                   current     4.000  i/100ms
                              30.938k i/100ms
      -------------------------------------------------
                   current     47.298  (±10.6%) i/s -    232.000 
                                4.366M (±20.9%) i/s -     17.202M
      
      Comparison:
                          :  4366456.0 i/s
                   current:       47.3 i/s - 92318.26x slower
  19. 09 Jun, 2016 1 commit
  20. 21 Apr, 2016 1 commit
  21. 19 Apr, 2016 1 commit
  22. 18 Apr, 2016 2 commits
  23. 14 Apr, 2016 1 commit