An error occurred fetching the project authors.
  1. 31 Jul, 2020 1 commit
  2. 30 Jul, 2020 3 commits
  3. 29 Jul, 2020 2 commits
  4. 28 Jul, 2020 1 commit
  5. 27 Jul, 2020 3 commits
    • Phil Hughes's avatar
    • Alexandru Croitor's avatar
      Remove useless .becomes(Namespace) calls · 2c630ba9
      Alexandru Croitor authored
      After https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12566
      most route helpers methods do not need to take project.namespace as a
      parameter and should be enogh to pass only project.
      
      Removing the need to pass project.namespace helps to reduce some cases
      where N+1 is generated due to project.namespace.becomes(Namespace)
      creating a new instance of the namepsace thus not making use of
      eager loaded associations
      2c630ba9
    • Dmytro Zaporozhets's avatar
      Add product analytics for events to monitoring · 32766c19
      Dmytro Zaporozhets authored
      First code to get product analytics working.
      
      Display response.
      
      Small fix.
      
      Fixes DZ recommended.
      
      Got it working.
      
      Add go components.
      
      Make SQL functionality.
      
      No longer temp so they show up.
      
      Drop the table before creating.
      
      Basic sql functionality.
      
      New examples.
      
      All SQL funtionality in the webserver.
      
      Can detect both parameters.
      
      DB passing works.
      
      Add note about users.
      
      Got into the db.
      
      Made the table.
      
      Got it working front to back.
      
      Got it working front to back.
      
      Got a graph working.
      
      Rename Go app.
      
      Made configurable.
      
      Make port configurable.
      
      Working page.
      
      Don't hardcode the number of groups.
      
      Split the pages up.
      
      Forgot to add files.
      
      Made a migration to store data.
      
      Fixed a ton of definitions.
      
      Clearup of Go code.
      
      More atrributes.
      
      make on for strings
      
      Add features.
      
      New version breaks things.
      
      Update the tracker.
      
      Sort latest first.
      
      Add echart and stuff still to parse.
      
      Switch to Echarts.
      
      Rename.
      
      Reformat.
      
      Save the actual version.
      
      Add an extra graphs.
      
      Still works.
      
      Nice graphs.
      
      Add javascript tracker to enable the product analytics.
      
      Sanetize and use local url of rails app.
      
      Make tracker random to reset platform and appid.
      
      Cleanup and load testing.
      
      Change db model name and limit rows on index page.
      
      Add more attributes.
      
      Add index.
      
      Show more graphs.
      
      Fix graphs.
      
      Switch to ActiveRecord.
      
      Added scopes.
      
      Scoped standardized.
      
      Limit time range.
      
      Add seed data.
      
      Rename graphs to users.
      
      Add an activity graph.
      
      No idea what this sql file did.
      
      Moved to https://gitlab.com/gitlab-org/snowplow-go-collector
      
      Add docs.
      
      First stab at a test.
      
      Specs for every action.
      
      Fix navigation test.
      
      Fix a bunch of rubocop errors.
      
      Move search to the model.
      
      Fix all rubocop tests.
      
      Add translated strings.
      
      Make rubocop happy.
      
      Move tracker under - to prevent namespace conflicts.
      
      Let specs ignore _id columns.
      
      Add missing string literal.
      
      Add migration helpers for concurrent index
      Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      32766c19
  6. 24 Jul, 2020 1 commit
  7. 23 Jul, 2020 1 commit
  8. 22 Jul, 2020 2 commits
  9. 21 Jul, 2020 1 commit
  10. 20 Jul, 2020 5 commits
  11. 17 Jul, 2020 6 commits
  12. 16 Jul, 2020 3 commits
  13. 15 Jul, 2020 4 commits
  14. 14 Jul, 2020 4 commits
  15. 13 Jul, 2020 3 commits