https://signoz.io logo
Join the conversationJoin Slack
Channels
contributing
contributing-frontend
general
github-activities
incidents
k8s_operator_helm
reactjs-config
signoz-alert-testing
support
testsupport
watercooler
webhook-dev
write-for-signoz
Powered by Linen
contributing-frontend
  • a

    Ankit Nayan

    07/04/2021, 4:26 AM
    You don't to install docker and all the other components of SigNoz to develop frontend. Follow the below steps for a much simpler process. We have hosted SigNoz on an ec2 instance and exposed the URL of the query-service which is the only thing that frontend needs to work. Steps for Frontend Contribution 1.
    git clone <https://github.com/SigNoz/signoz.git> && cd signoz/frontend
    2. change baseURL toย 
    <http://ec2-18-191-251-86.us-east-2.compute.amazonaws.com:8080>
    ย in fileย 
    src/constants/env.ts
    3. yarn install 4. yarn dev UI should show up atย http://localhost:3000
    ๐Ÿ‘ 2
    p
    • 2
    • 3
  • p

    Palash Gupta

    07/05/2021, 4:04 PM
    @User @User Can we grab the value baseUrl in File from .env if the value is undefined we could set it to empty string
    r
    • 2
    • 3
  • p

    Palash Gupta

    07/08/2021, 6:24 PM
    is anyone getting this error ?
    p
    • 2
    • 1
  • a

    Ankit Nayan

    07/09/2021, 3:39 PM
    Would be good to follow https://www.conventionalcommits.org/en/v1.0.0/ for uniformity?
    ๐Ÿ‘ 2
    ๐Ÿ‘๐Ÿผ 1
    y
    l
    • 3
    • 2
  • p

    Palash Gupta

    07/11/2021, 7:32 AM
    just tried to build the docker image โ€ฆto run at
    3000
    port and container exited with this log
    2021/07/11 07:24:47 [emerg] 1#1: host not found in upstream "signoz-query-service" in /etc/nginx/conf.d/default.conf:20
    nginx: [emerg] host not found in upstream "signoz-query-service" in /etc/nginx/conf.d/default.conf:20
    a
    l
    • 3
    • 13
  • a

    Ankit Nayan

    07/11/2021, 10:20 AM
    How to address the problem we had in PR 212 where build image check is passing but the UI does not render and throws an error on console? Did any of you use UI functional testing tools earlier?
    p
    r
    • 3
    • 3
  • v

    Vimalraj

    07/14/2021, 4:13 AM
    https://github.com/SigNoz/signoz/pull/224 ( Made a PR for that issue If anyone free pls do review and give me Feed back )
    a
    p
    • 3
    • 8
  • a

    Ankit Nayan

    07/18/2021, 6:54 AM
    <!channel> Please try to fill in the above doc with whatever structure you seem fit or read somewhere. We can iterate by commenting in the doc. Let's try to fix on best practices by next weekend and we can start working on a part of it. Also, would it be okay to have a frontend specific call next weekend to finalise on the doc? @User @User @User @User would be great to have your inputs on this.
    โœ… 2
    ๐Ÿ‘ 2
    s
    • 2
    • 1
  • p

    Palash Gupta

    07/20/2021, 6:45 AM
    Hi All, right now there are some of the pointers that are boggling over my mind while seeing the codebase. Please feel free to point out if there are anything wrong or suggestions to improve. 1. There are improvements in how we structure the components (as we are spending initial pr review in that only and that can be improved hence minimised) 2. leveraging the typescript (as there are some places where typescript errors are there)
    a
    • 2
    • 1
  • s

    Sai Deepesh

    07/20/2021, 12:24 PM
    @User @User @User, @User, @User why do we have both
    package-lock.json
    and
    yarn.lock
    files even though we're using
    yarn
    , should I remove
    package-lock
    file
    n
    • 2
    • 1
  • p

    Palash Gupta

    07/20/2021, 1:21 PM
    @User we already removed
    package.lock.json
    in this PR
    s
    • 2
    • 2
  • a

    Ankit Nayan

    08/19/2021, 12:52 PM
    <!channel> Welcoming @User into our community ๐ŸŽ‰ ๐Ÿš€. He has recently joined SigNoz and now works as a full-time maintainer of SigNoz frontend.
    ๐Ÿš€ 8
    r
    p
    +2
    • 5
    • 5
  • k

    Krish

    08/31/2021, 1:12 PM
    Hi everyone. Can someone help me with the Test Env Url for using with the frontend as mentioned in the Contributing guidelines
    p
    • 2
    • 1
  • r

    Rahul Rana

    09/01/2021, 9:43 AM
    @User have integrated the eslinting , tools on PR, testing coverage tools? sonarqube?
    p
    • 2
    • 4
  • r

    Rahul Rana

    09/02/2021, 5:16 PM
    @User @User @User Can we extract out the frontend repo. REasons: 1. its confusing within same repo 2. in github also it act as single repo with backend, 3. issues on github combined in same issues as like single repo.
    p
    • 2
    • 3
  • s

    Shashank Shekhar

    09/03/2021, 2:41 PM
    Hi everyone! I am looking for a test-env-url. I am working on a frontend-specific issue.
    p
    • 2
    • 1
  • p

    Palash Gupta

    09/28/2021, 10:58 AM
    Hello guys can any one look into this one https://github.com/SigNoz/signoz/issues/313
    r
    • 2
    • 2
  • b

    Bhavin Agarwal

    10/03/2021, 10:17 AM
    Hello all, glad to be here. I am Bhavin and I am contributing to this issue here and wanted some help resolving this. I haven't actually worked on
    Cypress
    before. Since the issue says that
    Cypress
    expect shouldn't break, can someone help me on how can I run and verify cypress tests locally? Thanks!
    p
    p
    • 3
    • 7
  • n

    Nishit Gupta

    10/07/2021, 5:14 AM
    ๐Ÿ‘‹ Hello, team!
    ๐Ÿ‘‹ 1
    p
    • 2
    • 2
  • e

    Estee Tey

    10/07/2021, 5:52 AM
    Hello all! I am Estee from ๐Ÿ‡ธ๐Ÿ‡ฌ. Will be helping out on this issue on migrating the webpack config from js to ts ๐Ÿ™‚ Happy hacktoberfest everyone!
    ๐Ÿฅณ 1
    ๐Ÿ‘๐Ÿผ 1
    ๐Ÿ‘ 2
    p
    p
    • 3
    • 18
  • p

    Palash Gupta

    10/27/2021, 7:48 AM
    Hello Guys. is there a way can test Chart.js via any testing mechanism (e2e,unit... etc) found one use case to test via screenshot (don't know whether this is right approach or not ) probably by this we can guess whether the canvas is rendering or not (by mocking the response)
    a
    k
    • 3
    • 8
  • p

    Pranay

    10/27/2021, 11:22 AM
    Congrats @User on having your first PR merged in SigNoz ๐ŸŽ‰ ๐Ÿ™‚ - https://github.com/SigNoz/signoz/pull/334
    ๐Ÿฅณ 2
    ๐Ÿš€ 4
    e
    • 2
    • 1
  • k

    Kinshuk Shah

    11/18/2021, 5:15 PM
    Hello team ! I am Kinshuk I have worked on frontend technologies like React, Typescript,Jest looking forward to contribute and learn amazing things !
    p
    • 2
    • 3
  • n

    nagaraj rathna

    11/20/2021, 7:02 AM
    Hi Everyone,I'm Nagaraj & developed some good personal projects on MERN & looking forward in contributing frontend part of signoz.can someone share test environment url?
    p
    p
    • 3
    • 2
  • a

    Astha Nayak

    11/23/2021, 1:58 PM
    Hello Everyone! I am Astha Nayak, a undergraduate student of National Institute of Technology Rourkela. I am interested in contributing towards the SigNoz project. I am basically into frontend and application development but I would be more than happy to contribute in any way possible. Cheers ๐Ÿ’–
    ๐Ÿ™Œ 1
    p
    a
    p
    • 4
    • 4
  • y

    yogesh sarowgi

    11/25/2021, 5:06 AM
    Hello Everyone, I am Yogesh Saraogi currently started working in DevOps. I am interested in contributing to the #365 issue in the SigNoz project. Maintainer, please help me to start on this. Thank you
    p
    • 2
    • 2
  • s

    shashank tripathi

    12/01/2021, 12:33 PM
    I am getting this error $ NODE_OPTIONS="--loader ts-node/esm" NODE_ENV=development webpack serve --config=webpack.config.ts --progress 'NODE_OPTIONS' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1. info Visitย https://yarnpkg.com/en/docs/cli/runย for documentation about this command. I have added .env file inside frontend folder. classic.yarnpkg.com Yarn Fast, reliable, and secure dependency management. @User
    p
    • 2
    • 12
  • s

    shashank tripathi

    12/01/2021, 12:39 PM
    $ yarn dev yarn run v1.22.17 $ NODE_OPTIONS="--loader ts-node/esm" NODE_ENV=development webpack serve --config=webpack.config.ts --progress { args: [ 'NODE_OPTIONS=--loader', 'ts-node/esm', 'NODE_ENV=development', 'webpack', 'serve', '--config=webpack.config.ts', '--progress' ], env: { NODE_OPTIONS: '--loader' }, cmd: [ 'ts-node/esm', 'NODE_ENV=development', 'webpack', 'serve', '--config=webpack.config.ts', '--progress' ] } C:\Program Files\nodejs\node.exe: --loader requires an argument Note: This command was run via npm module 'win-node-env' error Command failed with exit code 9.
    p
    • 2
    • 5
  • f

    Faith Morante

    12/02/2021, 11:59 AM
    Hi new here and pretty new to open source, Iโ€™m Faith and Iโ€™m a React developer. Iโ€™m looking around, Iโ€™ll ask when I need it, thanks! ๐Ÿ™‚
    p
    • 2
    • 4
  • a

    Anurag Gupta

    12/04/2021, 9:34 AM
    Hello everyone, I'm Anurag, prefinal year from Delhi technological University. Major interest lies in Full Stack Web Dev, open source, blockchain, etc. Few technologies i work on are Reactjs, nodejs, express, mongodb, mysql, nextjs, scss, typescript and yeah trying out some new technologies like Rust. Looking forward to working with you all.
    ๐Ÿ‘ 1
    p
    • 2
    • 1
Powered by Linen
Title
a

Anurag Gupta

12/04/2021, 9:34 AM
Hello everyone, I'm Anurag, prefinal year from Delhi technological University. Major interest lies in Full Stack Web Dev, open source, blockchain, etc. Few technologies i work on are Reactjs, nodejs, express, mongodb, mysql, nextjs, scss, typescript and yeah trying out some new technologies like Rust. Looking forward to working with you all.
๐Ÿ‘ 1
p

Pranay

12/04/2021, 12:05 PM
Welcome @User ๐Ÿ‘‹
๐Ÿ™Œ 1
View count: 6