Commit Graph

  • 4e7c9dbfcf Handle review changes Nabarun 2024-02-05 16:24:00 +0530
  • da92ddfba3
    Refactor mutation GQL methods to service class and display organization name (#53) Nabarun Gogoi 2024-02-05 16:21:55 +0530
  • ab65337cdc Handle review comments neeraj 2024-02-05 14:49:44 +0530
  • 65a52cb9dc Display organization name in sidebar neeraj 2024-02-05 14:26:57 +0530
  • 7952c86360 Refactor database methods to service class neeraj 2024-02-05 12:50:23 +0530
  • 050884ffac Use submit handler method from react hook form Nabarun 2024-02-05 15:11:14 +0530
  • badfd76a3e Refactor mutation methods to service class neeraj 2024-02-02 15:37:38 +0530
  • ac7064afa5
    Set subdomain for project and set URL for each deployment (#52) Nabarun Gogoi 2024-02-05 14:56:28 +0530
  • 5b3edbf508 Update README Nabarun 2024-02-05 14:48:09 +0530
  • 00de033f1a Update readme steps for production build Nabarun 2024-02-05 14:19:48 +0530
  • bb5e045393 Change create new project ui for git authentication Nabarun 2024-02-05 12:59:01 +0530
  • 029d5110c1 Use same id as in url neeraj 2024-02-02 15:39:27 +0530
  • 9e6c2ed29b Add sub domain while creating new project neeraj 2024-02-02 15:22:38 +0530
  • 51f3426d77 Set nano id to deployment id neeraj 2024-02-02 15:01:37 +0530
  • b71b334c78 Add deployment url with custom generated string neeraj 2024-02-02 12:45:29 +0530
  • 331f728dd8 Add sub domain to project entity neeraj 2024-02-01 16:56:52 +0530
  • 866f4a6d55 Use react router dom link neeraj 2024-02-01 16:26:05 +0530
  • 0dd9580d59 Add empty link for project settings in assign domain dialog box neeraj 2024-02-01 15:58:47 +0530
  • f370e22427 Add assign domain dialog box in deployments neeraj 2024-02-01 15:48:46 +0530
  • 0f1e75ae4d Display current deployment info in overview tab neeraj 2024-02-01 14:46:53 +0530
  • 0fdc2631ee
    Implement Service class and refactor GQL queries in backend (#51) Nabarun Gogoi 2024-02-02 15:02:12 +0530
  • 83012dd2e3 Refactor resolver query methods to service class neeraj 2024-02-02 14:34:19 +0530
  • 67a9c181c2 Add Service class and use in GQL resolver Nabarun 2024-01-24 14:23:52 +0530
  • 8111d34d86
    Implement functionality to transfer project to different organization (#50) Nabarun Gogoi 2024-02-02 14:04:26 +0530
  • d84563f1ad Use update project GQL method for transfer project neeraj 2024-02-02 11:48:06 +0530
  • 0a996660fd Integrate transfer project GQL client method neeraj 2024-02-02 10:34:32 +0530
  • bb5176f4b4 Add GQL mutation for transfer project neeraj 2024-02-01 16:00:10 +0530
  • ef89d69577
    Implement creating project by importing repository (#49) Nabarun Gogoi 2024-02-01 18:10:15 +0530
  • 1e1b645d1a Add button for creating project in deploy step Nabarun 2024-02-01 18:01:17 +0530
  • e85e4f1fa6 Implement create project with import repository Nabarun 2024-02-01 17:46:00 +0530
  • 0aa35d05f4
    Implement functionality to add project members (#48) Nabarun Gogoi 2024-02-01 15:34:17 +0530
  • 5103dd9bb1 Add null type to user.name and domain.redirectTo neeraj 2024-02-01 14:18:38 +0530
  • 77a42dc308 Handle cascades for project members and user organizations neeraj 2024-02-01 14:07:33 +0530
  • 0e7e376c70 Integrate add project member GQL client method neeraj 2024-02-01 11:37:54 +0530
  • 2d73abc0c2 Handle review comments neeraj 2024-02-01 10:25:05 +0530
  • 3d36f58599 Add GQL client method for add project member neeraj 2024-02-01 09:48:51 +0530
  • 0b53d19411 Add mutation for adding project member neeraj 2024-01-31 19:36:34 +0530
  • 7e2a313012
    Implement functionality to add and delete Deploy webhooks (#47) Nabarun Gogoi 2024-02-01 14:04:07 +0530
  • 55d36bb102 Update readme for frontend env GitHub OAuth client ID Nabarun 2024-02-01 14:00:47 +0530
  • c9091a33c3 Refactor webhook card component neeraj 2024-02-01 13:28:58 +0530
  • 9d984f783f Implement functionality to delete webhooks neeraj 2024-02-01 12:52:52 +0530
  • 3ee0968032 Implement frontend to add webhooks and refactor code to use updateProject resolver neeraj 2024-02-01 12:11:00 +0530
  • 6994e82ad3 Add mutation to add webhooks neeraj 2024-02-01 11:19:19 +0530
  • aa49bb0de2 Implement functionality to update production branch in project settings (#60) Nabarun Gogoi 2024-02-01 11:18:54 +0530
  • 1d58beb2ec Implement functionality to delete domain (#59) Nabarun Gogoi 2024-02-01 09:04:24 +0530
  • 3a7f16467e Save gitHub token in DB and unauthenticate on expiry (#58) Nabarun Gogoi 2024-01-31 18:51:53 +0530
  • 0dd6c7702a Implement functionality for editing domain (#57) Nabarun Gogoi 2024-01-31 17:55:19 +0530
  • ace27c7eae Implement functionality to update project member permissions in settings (#56) Nabarun Gogoi 2024-01-31 17:09:29 +0530
  • b5e7554c26 Integrate GQL mutations for updating and deleting environment variables in frontend (#55) Nabarun Gogoi 2024-01-31 14:09:17 +0530
  • c8c6f66ed2 Add mutations for edit and delete environment variables (#54) Nabarun Gogoi 2024-01-31 10:36:22 +0530
  • e1e9a7063e Implement Github authentication to show repositories list (#45) Nabarun Gogoi 2024-01-30 19:50:53 +0530
  • 2f8d21baf5 Update environment variable entity schema to update them individually (#53) Nabarun Gogoi 2024-01-30 19:17:55 +0530
  • 8ead083ab3 Display searched project from different organization (#52) Nabarun Gogoi 2024-01-30 17:24:40 +0530
  • 8bbe2583cb Add createdBy column in deployments table (#51) Nabarun Gogoi 2024-01-30 15:48:50 +0530
  • d97794f1bf Integrate rollback deployment GQL mutation in frontend (#49) Nabarun Gogoi 2024-01-30 14:40:04 +0530
  • fdf06f9bd0 Add GQL mutation for updating domain (#50) Nabarun Gogoi 2024-01-30 14:01:09 +0530
  • a34e2286a6 Implement functionality for adding new domain in project settings (#48) Nabarun Gogoi 2024-01-29 18:18:43 +0530
  • 8c38d4788e Add GQL mutation for rollback deployment (#46) Nabarun Gogoi 2024-01-29 17:39:51 +0530
  • 1ae1564878 Add GQL mutation to delete project (#43) Nabarun Gogoi 2024-01-29 16:31:03 +0530
  • cfb4b4637c Add script to delete existing database (#44) Nabarun Gogoi 2024-01-25 19:49:09 +0530
  • 0feeb9408d Add GQL mutation for redeploying deployment to production (#42) Nabarun Gogoi 2024-01-25 17:34:13 +0530
  • 5310d7c7d0 Add GQL mutation for updating project data in general settings tab (#41) Nabarun Gogoi 2024-01-25 16:38:40 +0530
  • 61120ac44a Add GQL mutation for updating Project entity data (#40) Nabarun Gogoi 2024-01-25 11:58:38 +0530
  • 2fb048e8ab Add GQL mutation to update deployment to production (#39) Nabarun Gogoi 2024-01-25 11:17:44 +0530
  • 44310d4eb8 Add and refresh environment variables in project settings tab (#37) Nabarun Gogoi 2024-01-25 10:44:51 +0530
  • c2b997a17b Add GQL query for projects search in app (#38) Nabarun Gogoi 2024-01-24 20:17:43 +0530
  • cbc394f9f8 Handle remove member operation in frontend (#32) prathamesh0 2024-01-23 17:17:02 +0530
  • 02f7ebb9bd Add checks for mutations and a mutation to add environment variables to project (#33) prathamesh0 2024-01-23 15:01:33 +0530
  • 58e20c15db Add a mutation to remove project member by member id (#30) prathamesh0 2024-01-22 15:12:08 +0530
  • 2d7e56c0e1 Add fixtures for remaining entities in database initialization script (#36) Nabarun Gogoi 2024-01-24 16:58:07 +0530
  • 890603061f Add script to load fixture data in database (#34) Nabarun Gogoi 2024-01-24 10:30:19 +0530
  • 3829485672 Handle if organizations is empty (#31) prathamesh0 2024-01-23 11:12:53 +0530
  • d4b0659307 Update instructions and general package cleanup (#29) prathamesh0 2024-01-19 15:22:25 +0530
  • 7d54280d5c Add type for outlet context used for projects data (#28) prathamesh0 2024-01-19 14:22:02 +0530
  • f9e4d8ebd5 Use fetched domains data in domains panel (#27) prathamesh0 2024-01-19 13:59:28 +0530
  • 63b7f4e7de Display fetched data in environment variables tab panel (#26) prathamesh0 2024-01-19 12:05:06 +0530
  • d2d26885ce Use fetched project members data in members tab panel (#25) prathamesh0 2024-01-19 10:54:52 +0530
  • d2187cbec2 Display fetched deployments data in deployments tab (#24) prathamesh0 2024-01-19 10:06:16 +0530
  • af021d3357 Refactor to fetch organization and deployment details in the parent component (#23) prathamesh0 2024-01-18 17:50:50 +0530
  • 62c969d1ff Fetch additional projects data and implement resolver for deployments query (#22) prathamesh0 2024-01-18 14:06:49 +0530
  • 9f1306f9cd Integrate gql-client in frontend (#21) prathamesh0 2024-01-18 10:04:02 +0530
  • 1f192444c4 Implement GQL resolver to get organizations data (#20) prathamesh0 2024-01-17 16:59:59 +0530
  • dc88b2c301 Set up a GQL client package (#19) prathamesh0 2024-01-17 14:22:15 +0530
  • e4c099f8c3 Refactor database setup and add user context to GQL requests (#17) neerajvijay1997 2024-01-17 10:53:01 +0530
  • 4d00cfb8f0 Add graphql schema (#18) prathamesh0 2024-01-17 10:02:06 +0530
  • f287929e94 Implement GraphQL server setup (#16) neerajvijay1997 2024-01-16 15:06:35 +0530
  • e7815f352a Implement functionality to update production branch in project settings (#60) Nabarun Gogoi 2024-02-01 11:18:54 +0530
  • 572eab766c Implement functionality to delete domain (#59) Nabarun Gogoi 2024-02-01 09:04:24 +0530
  • 39333e283b Save gitHub token in DB and unauthenticate on expiry (#58) Nabarun Gogoi 2024-01-31 18:51:53 +0530
  • 13754a0bb0 Implement functionality for editing domain (#57) Nabarun Gogoi 2024-01-31 17:55:19 +0530
  • 955117c41f Implement functionality to update project member permissions in settings (#56) Nabarun Gogoi 2024-01-31 17:09:29 +0530
  • 5105aa3b79 Integrate GQL mutations for updating and deleting environment variables in frontend (#55) Nabarun Gogoi 2024-01-31 14:09:17 +0530
  • 96b5611f4f Add mutations for edit and delete environment variables (#54) Nabarun Gogoi 2024-01-31 10:36:22 +0530
  • c910fc9476 Implement Github authentication to show repositories list (#45) Nabarun Gogoi 2024-01-30 19:50:53 +0530
  • 7c3e65dc17 Update environment variable entity schema to update them individually (#53) Nabarun Gogoi 2024-01-30 19:17:55 +0530
  • 8ed50c9c96 Display searched project from different organization (#52) Nabarun Gogoi 2024-01-30 17:24:40 +0530
  • ee2bbf034f Add createdBy column in deployments table (#51) Nabarun Gogoi 2024-01-30 15:48:50 +0530
  • 4c489c7d55 Integrate rollback deployment GQL mutation in frontend (#49) Nabarun Gogoi 2024-01-30 14:40:04 +0530
  • 3056185dbc Add GQL mutation for updating domain (#50) Nabarun Gogoi 2024-01-30 14:01:09 +0530
  • 333e0d6bed Implement functionality for adding new domain in project settings (#48) Nabarun Gogoi 2024-01-29 18:18:43 +0530