sriram veeraghanta
9bb9eefccf
fix: remove proxy from the cloud build
2024-09-25 16:39:06 +05:30
sriram veeraghanta
89a9c4f690
fix: live url for cloud web build
2024-09-24 20:37:55 +05:30
sriram veeraghanta
403c862852
fix: workflow updates
2024-09-23 18:46:08 +05:30
Manish Gupta
5cb2221df6
Cloud/enterprise build fix ( #1208 )
...
- separated image building part to an action.
- separated enterprise and cloud builds.
- monitor is not required in cloud
- cloud will build images using vault secrets, as nextjs apps requires few envs at build time.
2024-09-22 23:32:35 +05:30
sriram veeraghanta
0604268b5b
fix: docker file name change in workflow
2024-09-19 18:09:45 +05:30
Manish Gupta
7dcefbd0c4
Create Build-Release action ( #1160 )
...
* Create Build-Release action
* added common action
* updated branch-build-ee
* fixed branch-build-ee
* fix action
* fix
* fix build
* action yaml fix
* fixes to monitor dockerfile for warnings
* updated releaser-ee
* added harbor push check in action
* fix: removing preview branch from ee workflow
---------
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-09-19 18:06:02 +05:30
pushya22
19ee1580a4
Merge branch 'preview' into sync/10830231243
2024-09-12 18:16:41 +05:30
sriram veeraghanta
5f1939cdeb
fix: workflow sync fixes ( #5594 )
2024-09-12 17:22:41 +05:30
Manish Gupta
8b07d391f8
modified the branch build action to not tag stable in case of pre-release ( #1083 )
2024-09-12 16:58:19 +05:30
sriram veeraghanta
a763da5c6c
fix: workflow updates for create sync pr
2024-09-12 00:56:13 +05:30
pushya22
15ff5a422c
Merge branch 'preview' into sync/ce-ee
2024-09-10 15:12:28 +05:30
Manish Gupta
1da97d5814
skipped stable tag for prerelrease, modified docker tag for branch name with special characters ( #5570 )
2024-09-10 15:10:10 +05:30
Akshat Jain
ca9a0579b3
fix: add harbor login for live server ( #1033 )
2024-09-04 13:24:14 +05:30
sriram veeraghanta
d4845114de
fix: adding workflow job name in build branch enterprise
2024-09-02 21:26:11 +05:30
sriram veeraghanta
168de1a9f8
feat: adding live server as part of build branch enterprise
2024-09-02 18:53:48 +05:30
sriram veeraghanta
ffbabdad45
fix: merge conflicts resovled
2024-09-02 18:06:10 +05:30
Aaryan Khandelwal
6c3a8a9647
[WEB-1116] feat: pages realtime collaboration ( #5493 )
...
* [WEB-1116] feat: pages realtime sync (#5057 )
* init: live server for editor realtime sync
* chore: authentication added
* chore: updated logic to convert html to binary for old pages
* chore: added description json on page update
* chore: made all functions generic
* chore: save description in json and html formats
* refactor: document editor components
* chore: uncomment ui package components
* fix: without props extensions refactor
* fix: merge conflicts resolved from preview
* chore: init docker compose
* chore: pages custom error codes
* chore: add health check endpoint to the live server
* chore: update without props extensions type
* chore: better error handling
* chore: update react-hook-form versions
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
* fix: docker related fixes
* fix: module type fixes
* fix: nginx update
* fix: adding live server workflow
* fix: workflow fixes
* fix: docker compose fixes
* fix: workflow fixes
* fix: path config
* fix: docker compose warnings
* fix: nginx port forwarding
* fix: update docker compose with new env
* fix: env var fixes
* fix: error handling
* fix: docker compose env var
* fix: compose fixes
* chore: update server start message
* chore: handle errors
* fix: build errors
* chore: update port
* chore: update server port
* chore: show error on authentication fail
* chore: show error on authentication fail
* feat: add redis extension
* chore: updated restore version logic
---------
Co-authored-by: NarayanBavisetti <narayan3119@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com >
2024-09-02 17:54:12 +05:30
Henit Chobisa
033f391d4e
fix: private key parsing for monitor ( #934 )
...
* fix: throw error if private key is not parsable
* fix: printing private key
* fix: added print of private key in handler
* feat: optimized build for monitor
* feat: removed debug statements
* feat: added volume for compose
2024-08-26 14:33:17 +05:30
Henit Chobisa
24540ae34e
fix: parsing of private key with base64 ( #932 )
2024-08-26 13:13:09 +05:30
Henit Chobisa
7fa7dc223b
fix: GitHub ci build for monitor ( #919 )
...
* fix: errors in github ci
* fix: added base 64 private key
2024-08-23 16:43:53 +05:30
Henit Chobisa
9dbc224a9f
fix: build args for build ci ( #916 )
2024-08-23 15:49:18 +05:30
Henit Chobisa
6783065be5
fix: prime workflow fix for private key generation
2024-08-23 14:48:50 +05:30
Nikhil
4b31dd0c01
dev: new license activation workflow for one and pro users ( #739 )
...
* feat: added feature flag package for decrypting and refreshing the feature flags value
* feat: added feature flagging route for route handlers
* feat: added feature flag worker for managing and distributing feature flags
* feat: implemented feature flag api implementation inside ff handler
* feat: added exponential retry interval inside feature flagging
* fix: route pattern of feature flag endpoint from monitor
* feat: created endpoint to activate workspace from monitor
* feat: made changes to accomodate db and activate endpoint
* dev: update multi tenant environment settings
* dev: workspace license activation flow
* dev: update license activate endpoint
* dev: update workspace license activate endpoint
* feat: added feature flag user sync logic
* feat: added constants and sync logic with private key inside
* feat: added port as env variable
* feat: added modification for removing license key in healthcheck
* feat: example env pushed
* fix: update monitor endpoints and license activation function
* dev: initiate free workspace only for self hosted instances
* dev: self hosting license endpoint updates
* dev: remove monitor db
* dev: update handlers
* dev: self hosted license subscription web
* dev: removed computed in self hosted subscription
* fix: prime server url and delete old license while creating new license in sqlite
* chore: subscription activation alert after successfull activation.
* dev: update feature flag endpoints
* fix: handled several cases of feature flags
* fix: linting errors
* dev: update monitor to handle workspace activation
* dev: update decryption algorithm
* feat: separated activation payload with the sync payload
* dev: update feature flags endpoint
* dev: change type for workspace sync
* feat: added isActive flag for user activation
* feat: removed creation of free users in monitor
* feat: added method for workspace product
* dev: add user email in types
* feat: added method for workspace product
* fix: uer license feature flag fetch
* fix: handler fixed for feature key
* chore: self managed license activation
* chore: update validation license flow.
* chore: license activation success.
* dev: resync workspace license on activation
* chore: plane one success modal.
* feat: added constructs to inject private key build time
* feat: updated the docker file with private key build argument
* feat: added consumption od DEFAULT_PRIVATE_KEY when building monitor
* dev: update private key
---------
Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com >
Co-authored-by: gurusainath <gurusainath007@gmail.com >
Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com >
Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com >
2024-08-22 17:39:19 +05:30
Manish Gupta
bd5de6e73a
fix: cloud builds using vault ( #639 )
...
* testing vault connection
* modified
* fix env
* added tailscale and vault access for env variables
* more fixes
* fixes
* fix again
* fix again
* fix
* fix
* fix
* build fixes
2024-07-17 10:19:59 +05:30
Manish Gupta
34b63afdc0
chore: cloud build action ( #632 )
...
* checking WEB_CLOUD_BUILD_ENV
* check admin build
* fix admin build
* fix admin build
* fix admin build
* admin build fix
* admin build fix
* admin cloud build changes
* all builds
* fix all build
* moved the cloud build to new action
* cloud build action changes
2024-07-16 13:53:24 +05:30
pushya22
039c2442e4
Merge pull request #578 from makeplane/sync/ce-ee
...
sync: community changes
2024-07-05 17:04:07 +05:30
Manish Gupta
b7d792ed07
fix: Fixed aio build ( #5056 )
...
* fix: aio build
* fix aio branch build
2024-07-05 16:45:02 +05:30
sriram veeraghanta
e7af4efeda
fix: adding dependabot weekly scanner
2024-07-05 16:06:03 +05:30
Prateek Shourya
593780624a
Merge branch 'develop' of github.com:makeplane/plane-ee into sync/ce-ee
2024-07-05 15:27:44 +05:30
Vihar Kurama
3cfb0ac518
update assignes for github issue templates ( #5053 )
2024-07-05 14:30:37 +05:30
sriram veeraghanta
5ad7b8db83
Merge pull request #555 from makeplane/sync/ce-ee
...
sync: community changes
2024-07-03 15:56:54 +05:30
Manish Gupta
5ad0114aac
fix:feature preview ( #4976 )
...
* custom base tags
* fixed aio actions
2024-07-03 13:30:25 +05:30
Manish Gupta
140e35ee10
fix: skip arm build for pre-release ( #524 )
2024-07-02 16:44:02 +05:30
Manish Gupta
b489f563b0
chore: Enterprise AIO Builds ( #528 )
...
* chore: enterprise aio builds
* modified aio action
2024-07-02 16:43:05 +05:30
sriram veeraghanta
64a9f970d6
Merge branch 'develop' into sync/ce-ee
2024-06-28 14:41:21 +05:30
Manish Gupta
b5a2e5c727
fix: All in one docker image setup and build workflow ( #4960 )
...
* base images and action
* fix base docker files
* aio base image name change
* aio action changes
* aio base action cleanup
* aio file name changes
* base dockerfile updated for warning
* fixes
* action fix
* wip
* wip
* added app build
* checking aio app
* fixes
* fixes
* fixes to app images
* fix nginx
* fix action
* fix base
* modified dockerfie
* dockerfile fix
* fix
* pg-setup fix
* fix dockerfile-app
* fix
* fix: dockerfile-app
* added cache
* fix dockerfile
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* modified base action caching
* modified aio-branch action
* wip
* feature action modified
* action modified
* test deployment
* fix action
* flatten branch name, uninstall helm before installing
* wip
* testing build
* test build
* action modified
* updated action
* feature helm deployment fix
* removed feature build cache
* enabled cache on aio app build
* removed aio.sh
2024-06-28 13:08:13 +05:30
sriram veeraghanta
de00d6cf90
fix: wokflow fixes
2024-06-25 18:57:43 +05:30
Manish Gupta
b9a73cba71
fix: action fixed ( #488 )
2024-06-25 17:20:33 +05:30
Manish Gupta
3b68742dfa
modified the git action ( #473 )
2024-06-25 16:26:02 +05:30
sriram veeraghanta
fdada9be49
fix: trigger build test pull request on pr comment
2024-06-24 17:43:40 +05:30
sriram veeraghanta
4ada913f35
fix: build test pull request only on preview and master
2024-06-24 12:31:58 +05:30
sriram veeraghanta
501249ce47
Merge pull request #451 from makeplane/sync/ce-ee
...
sync: community changes
2024-06-20 17:21:12 +05:30
sriram veeraghanta
f3bafb02d1
fix: change sync repo scope
2024-06-20 16:02:47 +05:30
Manish Gupta
272523871f
fix: removed the arm build for master branch ( #440 )
2024-06-20 14:31:51 +05:30
Henit Chobisa
a93467b95b
feat: Added Prime Monitor Go Service for monitoring, health check and feature flagging ( #411 )
...
* feat: added build meta data to monitor
* feat: added versioning to prime-monitor
* feat: added logger package for prime-monitor
* feat: implemented logging in cmd
* feat: implemented moduled monorepo architecture
* feat: added cron package for healthcheck
* feat: added constants and modules for healthcheck
* feat: added environment service getter method
* feat: added environment service parser for parsing the recieved keys
* feat: added environment service provider method
* feat: added retry based executer for the test methods
* feat: added http health check method and placeholders for redis & pg
* feat: added tests for healthcheck methods
* feat: added PerformHealthCheck Controller Method for execution of healthcheck controller
* feat: added healthcheck test file for testing the healthcheck
* feat: added healthcheck to work file
* feat: added readme for healthcheck package
* feat: created healthcheck register for prime scheduler
* feat: added cron command for running cron subpart of monitor
* feat: added prime schedule handler for cron
* feat: added start command for starting up prime scheduler
* feat: added build utility files for monitor
* fix: goreleaser builds
* feat: removed Redis method from healthcheck methods
* feat: added docker file for building prime-monitor
* feat: added flag for adding healthcheck duration for cron start
* chore: removed redis as a healthcheck method
* chore: modified actions to build monitor on branch build and docker images
* feat: added monitor service in docker compose caddy
* feat: added description for HealthCheckJob
* fix: status code issue for reachable and non reachable
* feat: added api package for connecting with prime api
* feat: modified cmd package to report healthcheck status to prime
* feat: added api types inside prime-monitor
* feat: added message field for meta while status reporting
* fix: modified constants for environment variables
* feat: added monitor readme
* fix: build-branch monitor content shift to build-branch-ee
* chore: added build args on release
* feat: remove version meta data from cli
* fix: docker file changed to fix the build to default
* fix: removed build flags from github branch build
* fix: moved cron start to root level start cmd
* fix: passed the recieved machine signature to api headers
* feat: optimised docker build for monitor
2024-06-20 12:14:46 +05:30
sriram veeraghanta
0172e2265a
fix: merge conflicts resolved
2024-06-11 13:12:04 +05:30
sriram veeraghanta
a0e16692da
fix: workflow updates
2024-06-11 12:46:59 +05:30
sriram veeraghanta
7c16889bc5
Merge pull request #354 from makeplane/sync/ce-ee
...
sync: community changes
2024-06-05 16:01:31 +05:30
Henit Chobisa
272428b05e
fix: build test pull request running on non draft PRs ( #4708 )
2024-06-05 15:56:36 +05:30
sriram veeraghanta
0976aa6769
fix: removing develop branch from build branch workflow
2024-06-05 00:15:53 +05:30