Commit Graph

  • 5427bb9575 Publish environment variables of deployment neeraj 2024-02-15 16:50:58 +0530
  • c4ba59d97e
    Create deployments on push events in GitHub repo (#69) Nabarun Gogoi 2024-02-15 17:24:57 +0530
  • 22ddb0caa4 Add logs for GitHub webhooks Nabarun 2024-02-15 17:17:58 +0530
  • 19128e4853 Review changes Nabarun 2024-02-15 16:36:28 +0530
  • f570a23d8e Update readme with ngrok setup Nabarun 2024-02-15 16:24:16 +0530
  • 14a51da092 Handle async execution of publishing records neeraj 2024-02-15 15:37:02 +0530
  • a36ea14800 Handle github unique webhook error neeraj 2024-02-15 15:15:15 +0530
  • 5189c80a12 Use correct repo URL in record data Nabarun 2024-02-15 14:58:37 +0530
  • 3b269bf3dc Handle review changes neeraj 2024-02-15 13:48:31 +0530
  • f02cf36671 Update README for initialize registry script neeraj 2024-02-14 19:20:25 +0530
  • 34c77cfb64 Create script for setting authority neeraj 2024-02-14 18:10:08 +0530
  • c7eed0f294 Update isCurrent in previous production deployment neeraj 2024-02-15 12:13:10 +0530
  • 0b1b55758a Create deployments from commits in GitHub Nabarun 2024-02-14 19:35:53 +0530
  • f3be8184e6 Create repo webhook and express handler for webhook Nabarun 2024-02-14 16:38:59 +0530
  • 9921dc5186
    Show public repo GitHub activity without authentication (#68) Nabarun Gogoi 2024-02-14 17:35:02 +0530
  • 4dc675f301 Rename input arguments of mutation methods to data neeraj 2024-02-14 16:32:07 +0530
  • 38c1960a06 Use default Octokit instance if auth token is not available neeraj 2024-02-14 16:01:03 +0530
  • e905078ff0 Handle request error while fetching Git activity neeraj 2024-02-14 14:57:20 +0530
  • db3b9148b6
    Save commit message in DB and show in deployments list (#67) Nabarun Gogoi 2024-02-14 14:25:50 +0530
  • 650a490e8b Rename types file neeraj 2024-02-14 13:02:31 +0530
  • 55c66f6271 Handle if current deployment not present neeraj 2024-02-14 12:54:49 +0530
  • adba64fd2b
    Fix route for adding domain in settings page (#66) Nabarun Gogoi 2024-02-14 12:16:01 +0530
  • 948fac0694 Fix stepper for add domain and project neeraj 2024-02-14 09:06:49 +0530
  • e7b2bb2c1c Fix settings tab routes on changing sub path neeraj 2024-02-13 18:49:33 +0530
  • 07f12e263d Fix route for add domain neeraj 2024-02-13 12:10:15 +0530
  • e645a2607e Use Namespace import instead of named import neeraj 2024-02-12 11:06:05 +0530
  • b1069a3376 Display commit message in projects and deployments neeraj 2024-02-14 11:41:33 +0530
  • 9144d42f70
    Set record data with repo commit hash and package.json content (#65) Nabarun Gogoi 2024-02-14 11:03:22 +0530
  • a4fdfac857 Update README neeraj 2024-02-13 17:28:38 +0530
  • 3b80ef8b15 Correct record data based on laconic console neeraj 2024-02-13 16:19:23 +0530
  • c98324632c Add package json type neeraj 2024-02-13 09:53:16 +0530
  • 2840a8101d Fill registry record with data from package.json neeraj 2024-02-12 18:13:37 +0530
  • a5d7be39c6 Update UI/UX Nabarun 2024-02-12 16:38:15 +0530
  • af8e47973c Get latest commit hash from repo when adding project Nabarun 2024-02-12 11:55:46 +0530
  • 76dfd3bb76
    Implement routes for project settings tab (#64) Nabarun Gogoi 2024-02-12 15:18:00 +0530
  • 960e3af557 Use kebab case for routes neeraj 2024-02-12 14:52:17 +0530
  • f732af8c46 Rename registry fields in project and deployment entity neeraj 2024-02-12 14:29:57 +0530
  • 407b6d3f55 Refactor code to move settings tab components to pages Nabarun 2024-02-12 11:26:33 +0530
  • c43da9f016 Add routes to settings tab panel Nabarun 2024-02-12 10:53:33 +0530
  • 559e0f8934
    Implement routes for project tabs (#63) Nabarun Gogoi 2024-02-12 12:17:47 +0530
  • e0a63a81c8 Refactor routes for project tabs Nabarun 2024-02-12 12:12:03 +0530
  • f9f0ed6305 Remove unused function from database class Nabarun 2024-02-12 10:21:24 +0530
  • 462bd1fa60 Refactor code to move project tab panels in pages directory Nabarun 2024-02-09 15:43:18 +0530
  • a2160ced5b remove react tabs and use material tailwind component instead Nabarun 2024-02-09 14:00:29 +0530
  • 4e20a88be2 Add routes to project tabs Nabarun 2024-02-08 19:25:33 +0530
  • a58b9b255e
    Publish app deployment record in Laconic registry on creating new deployments (#62) Nabarun Gogoi 2024-02-12 11:34:01 +0530
  • 0b85ad2ab6 Set record id and data as nullable in project entity neeraj 2024-02-12 10:23:03 +0530
  • f7643d6638 Add record data to project and deployment entity neeraj 2024-02-09 15:18:35 +0530
  • 2bce67ce87 Refactor service and registry class for publishing record neeraj 2024-02-09 12:25:06 +0530
  • 99374df9f2 Remove title field from deployment entity neeraj 2024-02-08 19:16:21 +0530
  • 38486a0fd0 Update meta data for deployment request record Nabarun 2024-02-08 18:44:18 +0530
  • 676686ebcb Add await in add project resolver method neeraj 2024-02-08 18:04:12 +0530
  • 5b5c2bd8d4 Add README for publishing record neeraj 2024-02-08 17:15:31 +0530
  • 64120c37c3 Publish application deployment request neeraj 2024-02-08 16:13:17 +0530
  • 5eaedcb2fc Set name for the published record neeraj 2024-02-08 14:32:19 +0530
  • 3e660a2aaa Refactor publish record method neeraj 2024-02-08 12:18:25 +0530
  • 845a09bd7c Publish record in laconic registry on creating project and deployment Nabarun 2024-02-07 21:54:41 +0530
  • bd6a6b330c
    Create new deployment on changing preview deployment to production (#61) Nabarun Gogoi 2024-02-08 14:59:19 +0530
  • 42dfc751cc Refactor to move github app to service class Nabarun 2024-02-08 14:46:06 +0530
  • 09f081eafb Refactor resolver methods to service class Nabarun 2024-02-08 14:38:05 +0530
  • a87d5d785d Rename relativeTime function to relativeTimeISO Nabarun 2024-02-08 14:06:45 +0530
  • 2b845d0ded Display correct details in deployment dialog box Nabarun 2024-02-08 13:38:43 +0530
  • c64dd530f7 Move deployment id and url creation in database method Nabarun 2024-02-08 11:51:50 +0530
  • 8bcce8ee01 Remove unnecessary todos Nabarun 2024-02-08 11:10:08 +0530
  • 466b795eff Create new deployment when changing to production neeraj 2024-02-08 09:12:36 +0530
  • e0001466e0
    Implement functionality to create project using a template (#60) Nabarun Gogoi 2024-02-08 09:20:49 +0530
  • 110d4229b4 Remove repository name from query parameters Nabarun 2024-02-07 19:16:54 +0530
  • 7623397ae5 Replace dropdown component with component from material tailwind Nabarun 2024-02-07 18:20:50 +0530
  • 134d01f82a Create project based on created repository Nabarun 2024-02-07 16:02:58 +0530
  • 11b3ba8d2d Create repository from selected template Nabarun 2024-02-07 14:46:06 +0530
  • 413ed03eb8
    Implement organization switcher and use slug in URL (#59) Nabarun Gogoi 2024-02-07 18:41:54 +0530
  • 96a3c921e1 Refactor types in frontend neeraj 2024-02-07 18:22:28 +0530
  • 179faaced0 Update organization switcher based on searched project neeraj 2024-02-07 18:04:42 +0530
  • a6f7e54d7a Refactor to fetch organizations at sidebar component neeraj 2024-02-07 17:27:41 +0530
  • f91618e381 Use organization slug for adding project neeraj 2024-02-07 17:05:10 +0530
  • 86044a27d6 Update routes for organization slug neeraj 2024-02-07 16:20:42 +0530
  • 2db618342a Add dynamic route for organization id neeraj 2024-02-07 12:53:28 +0530
  • 730579f5e5 Implement dropdown for organizations switcher neeraj 2024-02-07 11:05:15 +0530
  • 6d1a48905a
    Show domain connected status in overview tab (#58) Nabarun Gogoi 2024-02-06 19:11:53 +0530
  • 40c7ba4e84 Use database query to fetch live production domain Nabarun 2024-02-06 18:06:41 +0530
  • 05e9fa95bb Display live domain details in project overview Nabarun 2024-02-06 17:28:52 +0530
  • 1d148e280f Fix deployment url Nabarun 2024-02-06 12:18:06 +0530
  • 3df799e717 Refactor and add uuid to typeorm entities Nabarun 2024-02-06 10:24:18 +0530
  • 825752dcfc Update fixtures to remove project name from deployment url Nabarun 2024-02-06 09:33:29 +0530
  • bba0700157 Check and display domain details in overview tab for production branch Nabarun 2024-02-05 19:24:03 +0530
  • 41ee7c0c89 Implement functionality to visit deployment Nabarun 2024-02-05 15:44:51 +0530
  • c0cee2c57f
    Set project name for repository organization and name (#57) Nabarun Gogoi 2024-02-06 16:18:29 +0530
  • 0e77527f5b Rename success and project components according to routes Nabarun 2024-02-06 15:45:10 +0530
  • c439ab9278 Set project name from repo organization and name when creating project Nabarun 2024-02-06 14:38:37 +0530
  • 1ab19ae57f Remove unused methods from backend utils Nabarun 2024-02-06 10:58:27 +0530
  • afd522654c
    Show domains for change to production and redeploy in deployments page (#56) Nabarun Gogoi 2024-02-06 14:18:06 +0530
  • 7738c6bd5f Do not fetch branches if repo not available neeraj 2024-02-06 13:56:55 +0530
  • 164fde6c36 Return entity from service class for add operation neeraj 2024-02-06 12:33:18 +0530
  • 39bdf7d965 Handle error in resolver instead of service class neeraj 2024-02-06 12:11:49 +0530
  • 6084ad3cab Refactor database method for domains to service class neeraj 2024-02-06 11:24:06 +0530
  • 29667b34d0 Display URL for change to production dialog box neeraj 2024-02-05 19:21:45 +0530
  • 7e522aa45d
    List latest commits from project repo in overview tab (#55) Nabarun Gogoi 2024-02-05 17:57:08 +0530
  • c9bdc68a0d List latest commits from project repo in overview tab Nabarun 2024-02-05 17:44:26 +0530
  • 1c9597739b
    Change UI for create new project page (#54) Nabarun Gogoi 2024-02-05 16:56:53 +0530
  • 51c519a8ce Have a pre-selected value for connect account tab panel Nabarun 2024-02-05 16:39:01 +0530