This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
snowballtools-base
Watch
16
Star
0
Fork
2
You've already forked snowballtools-base
Code
Issues
7
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
6d1a48905a
snowballtools-base
/
packages
/
frontend
/
.env
4 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Integrate gql-client in frontend (#21) * Integrate gql-client in frontend app * Populate home page information using gql-client * Remove non required fields from organizations query --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-01-18 04:34:02 +00:00
REACT_APP_GQL_SERVER_URL
=
'http://localhost:8000/graphql'
Implement Github authentication to show repositories list (#45) * Use react-oauth-popup for github authentication popup * Fetch auth token and use in app to fetch list of repositories * Get client id and secret from config * Use GitHub search API for fetching repos * Use debounce for searching repos and projects
2024-01-30 14:20:53 +00:00
Implement functionality to add and delete Deploy webhooks (#47) * Add mutation to add webhooks * Implement frontend to add webhooks and refactor code to use updateProject resolver * Implement functionality to delete webhooks * Refactor webhook card component * Update readme for frontend env GitHub OAuth client ID --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-01 08:34:07 +00:00
REACT_APP_GITHUB_CLIENT_ID
=
Reference in New Issue
Copy Permalink