Andras Bacsai
657c7d8cff
Refactor form components
...
Update Input and Textarea components to use nullable type declarations and remove unused imports.
2024-03-15 20:40:50 +01:00
Andras Bacsai
a336dae84c
fix: $ in env variable
...
feat: multiline envs
2024-03-14 23:00:06 +01:00
Andras Bacsai
a4c164a57e
fix: duplicate dockerfile
2024-03-14 21:19:37 +01:00
Andras Bacsai
de4d0961da
Add Sleep class and refactor container name in generate_compose_file()
2024-03-14 10:10:03 +01:00
Andras Bacsai
c8d48ccbff
fix: docker compose validation
2024-03-14 09:21:48 +01:00
Andras Bacsai
965625ad01
fix: create initial files async
2024-03-13 18:26:30 +01:00
Andras Bacsai
3198999746
Fix null check for memory swappiness and CPU shares
2024-03-13 15:00:29 +01:00
Andras Bacsai
1f03499fc5
feat: show resources on source page
2024-03-13 14:55:44 +01:00
Andras Bacsai
a53d888747
Add pre-deployment and post-deployment commands
2024-03-13 14:41:31 +01:00
Andras Bacsai
62905f084f
Merge pull request #1723 from stooit/feat/post-deploy-command
...
Adds basic support for pre/post-deployment commands.
2024-03-13 14:34:44 +01:00
Andras Bacsai
6cb3df9350
rename boarding to onboarding
2024-03-13 12:11:37 +01:00
Andras Bacsai
a06de9682c
Add default 404 redirect for Caddy proxy
2024-03-13 11:25:34 +01:00
Andras Bacsai
0d4ad05c1c
Add custom_healthcheck_found flag to ApplicationDeploymentJob
2024-03-13 10:50:05 +01:00
Andras Bacsai
aef088a9d2
fix: consider custom healthchecks in dockerfile
2024-03-13 10:44:15 +01:00
Andras Bacsai
e8f3aa681e
fix: failed deployments should send failed email/notification
2024-03-13 10:24:45 +01:00
Andras Bacsai
42293fb11a
feat: reset password
2024-03-13 10:10:53 +01:00
Andras Bacsai
65e0eb5205
Refactor dynamic configurations and update textarea rows
2024-03-13 09:32:42 +01:00
Andras Bacsai
87b56d538d
Add Grafana service configuration and update service templates
2024-03-12 17:43:00 +01:00
Andras Bacsai
0519ce2001
Fix reloadCaddy() method call in addDynamicConfiguration()
2024-03-12 17:36:32 +01:00
Andras Bacsai
d4d0330f70
Fix reloadCaddy() method call in delete() function
2024-03-12 17:35:53 +01:00
Andras Bacsai
25ae54cab7
fix: service ports for services + caddy
2024-03-12 15:09:24 +01:00
Andras Bacsai
4d181eef8e
Refactor proxy type retrieval in Server and Proxy classes
2024-03-12 12:45:55 +01:00
Andras Bacsai
1835a91467
fix: proxy switch
2024-03-12 12:30:40 +01:00
Andras Bacsai
bcc61b0d8b
Add reverse proxy configuration for coolify-realtime
2024-03-12 11:34:57 +01:00
Andras Bacsai
2509406d1c
fix: startproxy event
...
fix: add data to async remove processes
2024-03-12 11:22:02 +01:00
Andras Bacsai
b3d15f91e4
Remove skip(10) from activity_log and webhooks cleanup
2024-03-12 10:58:31 +01:00
Andras Bacsai
85c36df2a3
Refactor database cleanup queries to keep the last 10 entries
2024-03-12 10:58:28 +01:00
Andras Bacsai
6ef79f5213
Refactor database cleanup command to include dry-run mode
2024-03-12 10:57:07 +01:00
Andras Bacsai
b576014d07
fix: reload caddy issue
2024-03-12 10:42:56 +01:00
Pat Rocchio
1f37318f79
Add oauth support
...
- Support azure, bitbucket, github, gitlab, google providers
- Add authentication page to settings
Co-authored-by: Suraj Kumar <srjkmr1024@gmail.com>
Co-authored-by: Michael Castanieto <mcastanieto@gmail.com>
Co-authored-by: Mike Kim <m.kim4247@gmail.com>
2024-03-11 17:29:57 -04:00
Andras Bacsai
6950966b06
Commented out reloadCaddy() calls in DynamicConfigurationNavbar.php, NewDynamicConfiguration.php, and Server.php
2024-03-11 20:39:41 +01:00
Andras Bacsai
8eacf67725
Remove unnecessary code in StartProxy.php
2024-03-11 20:25:35 +01:00
Andras Bacsai
52120e7a38
Add dynamic proxy configuration setup in StartProxy.php and update proxyPath() in Server.php
2024-03-11 20:17:37 +01:00
Andras Bacsai
1490828069
feat: dynamic configuration for caddy
2024-03-11 17:31:28 +01:00
Andras Bacsai
9bdad6bb67
feat caddy dynamic configurations
2024-03-11 17:17:34 +01:00
Andras Bacsai
1defed27a0
Refactor compose file generation and add link to documentation
2024-03-11 15:19:04 +01:00
Andras Bacsai
34d6a12d95
feat: experimental caddy support
2024-03-11 15:08:05 +01:00
Andras Bacsai
5d3de967f0
fix: fqdn null in case docker compose bp
2024-03-11 09:42:16 +01:00
Andras Bacsai
8b73f9da17
fix: deploy api messages
2024-03-11 09:42:02 +01:00
Andras Bacsai
8b9548a463
Refactor resource mapping in resources() method
2024-03-08 15:16:58 +01:00
Andras Bacsai
6688120aee
Update team-by-id-members API documentation link
2024-03-07 15:46:27 +01:00
Andras Bacsai
93e4e723fa
Add documentation links to error responses in Team controller
2024-03-07 15:45:49 +01:00
Andras Bacsai
8b74e50c50
Add two-factor authentication fields to hidden array in User model
2024-03-07 13:05:04 +01:00
Andras Bacsai
129a644781
ui: make notifications separate view
...
fix: popup if no notifications are set
2024-03-07 12:58:04 +01:00
Andras Bacsai
bbfbd4a105
Refactor domain handling in API controller
2024-03-07 12:36:49 +01:00
Andras Bacsai
9d31d990fc
Update error message for missing resources
2024-03-07 12:35:38 +01:00
Andras Bacsai
c7f15c42fa
feat: add deployments api
2024-03-07 12:27:23 +01:00
Andras Bacsai
515d401746
feat: add deployment details to deploy endpoint
2024-03-07 12:22:18 +01:00
Andras Bacsai
2a03b452d3
feat: team api endpoint
2024-03-07 12:01:21 +01:00
Andras Bacsai
7aa8c765f6
Refactor domain IP handling in Domains controller
2024-03-07 11:49:15 +01:00
Andras Bacsai
038f65aae6
Add InstanceSettings model and update IP handling in domains controller
2024-03-07 11:42:16 +01:00
Andras Bacsai
db24828a5a
Refactor resource retrieval in API controller
2024-03-07 11:37:56 +01:00
Andras Bacsai
c7693d0ec3
feat: resources api endpoint
2024-03-07 11:35:00 +01:00
Andras Bacsai
5e2afd4b4d
Refactor domain grouping in domains API controller
2024-03-07 11:25:15 +01:00
Andras Bacsai
7a21312daf
feat: domains api endpoint
2024-03-07 11:14:03 +01:00
Andras Bacsai
051a1405e7
Refactor backup execution and cleanup functionality
2024-03-07 10:27:21 +01:00
Andras Bacsai
fadff798a7
Update server installation method
2024-03-05 16:23:46 +01:00
Andras Bacsai
81512bb3b7
Update server and version configurations
2024-03-05 15:47:43 +01:00
Andras Bacsai
0aa9b1735b
Update currentState in selectExistingServer method
2024-03-05 10:07:28 +01:00
Andras Bacsai
6027bee3b8
Refactor repository selection logic in GithubPrivateRepository.php
2024-03-05 09:58:02 +01:00
Andras Bacsai
4d72787c83
fix: sort repositories by name
2024-03-05 09:40:38 +01:00
Andras Bacsai
9c1d585c43
Fix condition to return current team if user has teams
2024-03-05 09:22:38 +01:00
Andras Bacsai
863acf988e
Fix selected repository ID assignment in loadRepositories method
2024-03-05 09:21:12 +01:00
Andras Bacsai
a6b3beafbb
Fix issue with loading repositories in GithubPrivateRepository.php
2024-03-05 09:20:50 +01:00
Andras Bacsai
2ffc3f497b
fix: should note delete personal teams
2024-03-05 09:19:15 +01:00
Andras Bacsai
f3a279be26
revert delayed jobs
2024-03-05 08:49:11 +01:00
Andras Bacsai
53cd3091f7
Add Directus service fields to extraFields method
2024-03-04 12:46:33 +01:00
Andras Bacsai
99fe076b5a
Add scheduled task for database cleanup if not in cloud environment
2024-03-04 12:17:33 +01:00
Andras Bacsai
65fcaa17d9
Update exception in PreventRequestsDuringMaintenance middleware and version numbers
2024-03-04 11:41:02 +01:00
Andras Bacsai
c20aa0b256
Refactor method names to use camel case
2024-03-04 11:01:14 +01:00
Andras Bacsai
8385bbb0a0
feat: gzip enabled & stipprefix setting
...
refactor: code
2024-03-04 10:46:13 +01:00
Andras Bacsai
cee6b54033
Add proxy start functionality when selecting a proxy type
2024-03-04 10:42:54 +01:00
Andras Bacsai
0dd591a5ff
fix: raw compose make dirs
...
fix: raw compose add coolify labels
2024-03-04 10:13:40 +01:00
Andras Bacsai
62278126e4
fixes
2024-03-04 09:12:23 +01:00
Andras Bacsai
0aa85a3701
fix: service status updated
2024-03-04 08:57:18 +01:00
Andras Bacsai
0e1ba64836
fix: sentry error
2024-03-04 08:51:24 +01:00
Andras Bacsai
f7e1ce8656
fix: env value generation
2024-03-04 08:49:53 +01:00
Andras Bacsai
112c259d27
Refactor destinations method in Server model
2024-03-02 15:58:02 +01:00
Andras Bacsai
130d1e1756
Update DockerCleanupJob and version numbers
2024-03-02 15:18:49 +01:00
Andras Bacsai
9064aedc89
Fix server reference in ExecuteContainerCommand.php
2024-03-02 15:02:55 +01:00
Andras Bacsai
fda5d23d32
feat: logs and execute commands with several servers
2024-03-02 14:55:39 +01:00
Andras Bacsai
60be51dbe0
Update pull_request_id comparison in ApplicationDeploymentJob.php and update version numbers
2024-03-02 13:22:05 +01:00
Andras Bacsai
4d8ffd05a9
Refactor unmanagedContainers property in Resources.php and add conditional return in loadUnmanagedContainers() method
2024-03-01 19:13:22 +01:00
Andras Bacsai
9fa71f847f
Refactor notification channels based on cloud environment
2024-03-01 19:08:00 +01:00
Andras Bacsai
f70a9c6974
Fix notification channels in ApplicationDeploymentJob and DeploymentSuccess
2024-03-01 19:07:21 +01:00
Andras Bacsai
a4d173c733
Fix unmanagedContainers type declaration
2024-03-01 19:00:45 +01:00
Andras Bacsai
2eb7712e09
fix: remove success application deployment job
...
wip: daily backup status
2024-03-01 18:24:14 +01:00
Andras Bacsai
54923b7640
feat: collect webhooks during maintenance
2024-03-01 14:04:29 +01:00
Andras Bacsai
6fe791c1f1
fix: pull request deployments + build servers
2024-03-01 11:43:42 +01:00
Andras Bacsai
860c537f81
Add server limit override for development environment
2024-03-01 11:41:28 +01:00
Andras Bacsai
a352e4cbf7
fix: public prs should not be commented
2024-03-01 11:41:22 +01:00
Andras Bacsai
5322d446bd
fix: service container status updates
2024-03-01 10:36:32 +01:00
Andras Bacsai
8edda0cdda
fix: load unmanaged async
2024-03-01 09:25:27 +01:00
Andras Bacsai
a43c916009
Refactor code and add new fields for Kong service
2024-02-28 13:48:39 +01:00
Andras Bacsai
c8332ca9bf
fix: resource tab not loading if server is not reachable
2024-02-28 09:51:45 +01:00
Andras Bacsai
5275ae8e9c
Refactor getLogs method and update view template
2024-02-27 09:08:15 +01:00
Andras Bacsai
c71e1e107e
Refactor getLogs method and update get-logs.blade.php view
2024-02-27 09:05:28 +01:00
Andras Bacsai
8ab72c7e10
feat: preview deployment logs
2024-02-27 09:01:19 +01:00
Andras Bacsai
a8970df91b
Update class names in controllers
2024-02-27 08:03:42 +01:00
Andras Bacsai
6e74f3e40e
Merge pull request #1779 from Rei-x/next
...
Fix import to mysql and mariadb
2024-02-26 14:30:35 +01:00