This project is mirrored from https://gitee.com/mirrors/SigNoz.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 08 Feb, 2022 2 commits
  2. 02 Feb, 2022 3 commits
  3. 01 Feb, 2022 3 commits
  4. 31 Jan, 2022 1 commit
  5. 30 Jan, 2022 1 commit
  6. 28 Jan, 2022 4 commits
  7. 27 Jan, 2022 1 commit
  8. 26 Jan, 2022 8 commits
    • Devesh Kumar's avatar
      Fixed svg color mismatch in light mode and dark mode (#504) · f5abab67
      Devesh Kumar authored
      * fixed svg color mismatch in light mode and dark mode
      
      Added props in parent file
      
      fixed and added fillColor as props to the highest order of parent
      
      * set React.CSSProperties
      
      props renamed and code reused
      f5abab67
    • Devesh Kumar's avatar
      Fixed toggle Button contrast in Light Theme (#505) · b55c362b
      Devesh Kumar authored
      * fixed toggle Button contrast in Light Theme
      
      refactored to styled props and fixed theme
      
      set defaultChecked to isDarkMode value
      
      * Refactored boolean logic
      b55c362b
    • Anik Das's avatar
      closes #569: critical css using critters (#570) · 6e6fd9b4
      Anik Das authored
      
      * feat(ui): critical css inline using critters
      Signed-off-by: default avatarAnik Das <anikdas0811@gmail.com>
      
      * fix: remove duplicate preload key
      Signed-off-by: default avatarAnik Das <anikdas0811@gmail.com>
      6e6fd9b4
    • palash-signoz's avatar
      BUG: refresh button is now fixed (#590) · 50a88a87
      palash-signoz authored
      * chore: issue is fixed
      
      * chore: unused import is removed
      50a88a87
    • Vishal Sharma's avatar
      change migration file path (#630) · 0f4e5c9e
      Vishal Sharma authored
      * chore: Add migration file path in otel collector config
      
      * Update otel-collector-config.yaml
      0f4e5c9e
    • Ankit Nayan's avatar
      feat: adding disable and anonymous functionality to telemetry collected (#637) · be5d1f00
      Ankit Nayan authored
      * chore: changed lib
      
      * chore: changed lib
      
      * chore: changed lib
      
      * chore: changed lib
      
      * chore: changes in params
      
      * chore: changes in params
      
      * chore: moving telemetry to a separate package
      
      * feat: enabling telemetry via env var
      
      * chore: removing posthog api_key
      
      * feat: send heartbeat every 6hr
      
      * feat: enabled version in application
      
      * feat: added getter and setter apis and struct for user preferences
      
      * feat: added version to properties to event
      
      * feat: added apis to set and get user preferences and get version
      
      * chore: refactored get and set userPreferences apis to dao pattern
      
      * chore: added checks for telemetry enabled and anonymous during initialization
      
      * chore: changed anonymous user functionality
      
      * chore: sanitization
      
      * chore: added uuid for userPreferences to send when user is anonymous
      be5d1f00
    • Vishal Sharma's avatar
      New Trace Filter Page API changes (Backend) (#646) · 0ab91707
      Vishal Sharma authored
      
      * build: integrate sql migrations for clickhouse
      
      * feat: support error/exception attributes for trace
      
      * chore: fixing dependencies for docker go client libs
      
      * feat: get trace filter api checkpoint
      
      * chore: fixing dependencies for go-migrate
      
      * feat: add new columns
      
      * feat: move mirgate run from docker to code
      
      * fix: migration file 404 issue
      
      * feat: getSpanFilter API
      
      * fix: migrate version naming bug
      
      * chore: change url param format to array
      
      * feat: add getTagFilter API
      
      * feat: add getFilteredSpans API
      
      * fix: using OFFSET in sqlx driver
      
      * feat: aggregates API on getFilteredSpan, use IN and NOT IN for tag filtering
      
      * feat: add more function support to span aggregate API
      
      * fix: null component edge case
      
      * feat: groupBy support for filteredSpanAggregate
      
      * feat: add function param to span aggregate API
      
      * feat: add support to return totalSpans in getFilteredSpans API
      
      * fix: don't return null string as keys in span filters
      
      * chore: remove SQL migrations(moved to otel collector)
      
      * fix: null string issue in aggregate API
      
      * Merge main
      
      * fix: trace API db query param
      
      * fix: signoz sql db path
      
      * fix: case when both error and ok status are selected
      Co-authored-by: default avatarAnkit Nayan <ankit@signoz.io>
      0ab91707
    • Prashant Shahi's avatar
      ci(k3s): k3s CI workflow enhancements (#643) · dcb17fb3
      Prashant Shahi authored
      * ci(k3s): k3s CI workflow enhancements
      
      * ci(k3s): 💚
      
       Fix the names of deployment and statefulset
      Signed-off-by: default avatarPrashant Shahi <prashant@signoz.io>
      dcb17fb3
  9. 25 Jan, 2022 3 commits
  10. 23 Jan, 2022 2 commits
  11. 22 Jan, 2022 2 commits
  12. 20 Jan, 2022 1 commit
    • Vishal Sharma's avatar
      Feat/support error tab page (#626) · af2399e6
      Vishal Sharma authored
      
      * build: integrate sql migrations for clickhouse
      
      * feat: support error/exception attributes for trace
      
      * chore: fixing dependencies for docker go client libs
      
      * chore: fixing dependencies for go-migrate
      
      * feat: move mirgate run from docker to code
      
      * fix: migration file 404 issue
      
      * feat: error tab APIs
      
      * chore: move migrations file
      
      * chore: remove SQL migration (shifted to otel collector)
      
      * chore: remove sql migration configs from dockerfile
      Co-authored-by: default avatarAnkit Nayan <ankit@signoz.io>
      af2399e6
  13. 19 Jan, 2022 2 commits
  14. 17 Jan, 2022 5 commits
  15. 16 Jan, 2022 1 commit
  16. 12 Jan, 2022 1 commit