Commit Graph

2206 Commits

Author SHA1 Message Date
Andras Bacsai c3fb126a0a refactor: Update Service model's saveComposeConfigs method 2024-06-24 20:55:12 +02:00
Andras Bacsai 99354f0d7d Refactor default_environment method to handle projects with 0 environments 2024-06-24 18:41:44 +02:00
Andras Bacsai 97aa6139ea fix: get envs before sortby 2024-06-24 15:20:52 +02:00
Andras Bacsai 73692a0c73 fix: remove cloud stripe notifications 2024-06-24 11:52:12 +02:00
Andras Bacsai 4c652b5818 Merge pull request #2629 from Thijmen/instance-name
Ability to give a name to an instance
2024-06-24 11:23:41 +02:00
Andras Bacsai 5201818f52 fix: monaco editor
fix: apex charts
2024-06-24 11:21:39 +02:00
Mahdi Taleghani 73bc07c7fb Merge branch 'next' into feat/monaco-editor 2024-06-23 22:50:25 +03:30
MMTE 92049cba92 add monaco-editor as option to textarea component 2024-06-23 22:13:50 +03:30
MMTE 83d8963051 add MonacoEditor Component 2024-06-23 22:03:22 +03:30
Andras Bacsai 76ba365325 fix: slash in env names
ui: placement of env switcher
2024-06-23 17:47:58 +02:00
Andras Bacsai a3255f3ab0 fix: refresh deployable compose without reload 2024-06-22 13:33:22 +02:00
Andras Bacsai df53e8beda refactor: Update docker-compose generation to use multi-line literal block 2024-06-22 13:32:45 +02:00
Andras Bacsai 003f97af24 fix: you can now add env variable from ui to services 2024-06-22 12:55:26 +02:00
Thijmen c897aaafa7 Fix styling 2024-06-22 08:41:55 +00:00
Thijmen Stavenuiter 76a0659335 Improved name creation 2024-06-22 10:41:15 +02:00
Thijmen cdabdb4558 Fix styling 2024-06-22 08:23:50 +00:00
Thijmen Stavenuiter f43fc1e376 Linting 2024-06-22 10:23:02 +02:00
Thijmen Stavenuiter 70cd5d364c Add ability to give a name to an instance 2024-06-22 10:22:57 +02:00
Andras Bacsai 34508a2fd1 feat: Add API endpoint to update application by UUID 2024-06-21 21:35:02 +02:00
Andras Bacsai cd85094113 feat: more api endpoints 2024-06-21 16:46:13 +02:00
Andras Bacsai c6a1eac586 Merge pull request #2597 from addvanced/bugfix/oauth-login-creates-user
fix: OAuth Login creates new user and ignores "Registration Allowed"-setting
2024-06-21 15:09:39 +02:00
Andras Bacsai 453b28baf7 fix: make server charts one livewire component with one interval selector 2024-06-21 14:49:13 +02:00
Andras Bacsai 28522418ff refactor: Update gitCommitLink method to handle null values in source.html_url 2024-06-21 14:39:22 +02:00
Andras Bacsai 18bab41605 feat: preselect server and destination if only one found 2024-06-21 14:35:05 +02:00
Andras Bacsai c5083ea897 feat: preselect prod or first env when selecting a project
feat: quickly switch between environments
2024-06-21 13:54:13 +02:00
andrasbacsai 575a789d1d Fix styling 2024-06-20 12:52:57 +00:00
Andras Bacsai fcb3d71cb4 feat: add high priority queue 2024-06-20 14:52:12 +02:00
Andras Bacsai 93c890ce41 refactor: Update Project/Show component to sort environments by created_at 2024-06-20 14:24:07 +02:00
Andras Bacsai 2421f7c35c refactor: Update Application model to include getDomainsByUuid method 2024-06-20 14:07:24 +02:00
Andras Bacsai 1b135be3c5 Merge branch 'next' into main 2024-06-20 14:04:51 +02:00
Andras Bacsai fff7ec9ba7 refactor: remove commented code for docker container removal 2024-06-20 13:54:15 +02:00
Andras Bacsai 0468f255e7 fix: static build with new nixpacks build process 2024-06-20 13:48:49 +02:00
Andras Bacsai 5da5158b14 Merge branch 'next' of github.com:coollabsio/coolify into next 2024-06-20 13:30:20 +02:00
Andras Bacsai 6493ce3fe0 refactor: update container name assignment in Application model 2024-06-20 13:30:17 +02:00
andrasbacsai 078772495a Fix styling 2024-06-20 11:17:53 +00:00
Andras Bacsai c81ad5cd03 feat: container metrics 2024-06-20 13:17:06 +02:00
Andras Bacsai b7fd1b9f4c Merge pull request #2553 from alexzvn/main
fix: application custom labels reset after saving
2024-06-19 16:14:07 +02:00
Kenneth Thomsen b5be17c2d2 Fixed OAuth signin bug, ignoring the 'Allow Registration'-setting and registers a new user, even when the setting is disabled 2024-06-19 13:36:00 +02:00
Andras Bacsai fa99cbce4a do not load charts on mount 2024-06-19 10:33:34 +02:00
Andras Bacsai d8984c42b5 Merge branch 'next' of github.com:coollabsio/coolify into next 2024-06-19 09:30:58 +02:00
Andras Bacsai 36f251e710 fix: charts 2024-06-19 09:30:56 +02:00
samirimtiaz1996 f3beacdc3f Fix styling 2024-06-19 07:07:49 +00:00
andrasbacsai d1a5f97f59 Fix styling 2024-06-19 06:59:46 +00:00
Andras Bacsai a43de75b42 fix: metrics parsing 2024-06-19 08:58:57 +02:00
samirimtiaz1996 5530f7263f Update Domains.php 2024-06-19 01:35:33 +06:00
samirimtiaz1996 d688244664 add endpoints for filtering applications by domain and managing container labels
- Add /api/v1/domains?uuid={application_uuid} endpoint (GET) to filter applications by domains for a given project UUID
- Add /api/v1/domains endpoint (PUT) to update domains and regenerate container labels
- Add /api/v1/domains endpoint (DELETE) to delete domains and regenerate container labels
2024-06-19 00:59:39 +06:00
andrasbacsai ce15f8f1dd Fix styling 2024-06-18 14:43:18 +00:00
Andras Bacsai 23ed697b98 feat: sentinel + charts 2024-06-18 16:42:42 +02:00
Andras Bacsai 83983bbb32 fix: remove sentinel variable
fix: metrics are disabled by default
2024-06-18 13:01:23 +02:00
Andras Bacsai 9d05276f94 remove: unnecessary notification 2024-06-18 12:47:55 +02:00