🏔️ Peak
4c43226e15
Merge pull request #4785 from djsisson/supabase-public
...
fix: make DB public for supabase
2025-01-09 19:48:26 +01:00
peaklabs-dev
e58a035847
fix: trigger with external db
2025-01-09 19:47:26 +01:00
🏔️ Peak
051e3d9925
Merge pull request #4700 from amjed-ali-k/patch-1
...
Fix Redis Not defined issue in Trigger.dev Ext db template.
2025-01-09 19:46:19 +01:00
Darren Sisson
a5199c6e1a
fix make public in supabase
2025-01-09 17:06:57 +00:00
peaklabs-dev
a3f3ca786f
fix: teable
2025-01-09 17:36:20 +01:00
🏔️ Peak
6f8379da32
Merge pull request #4727 from Syiana/main
...
teable service
2025-01-09 17:31:21 +01:00
🏔️ Peak
7fea576d67
Merge pull request #4654 from djsisson/update-supabase
...
update supabase template
2025-01-09 17:19:56 +01:00
🏔️ Peak
ced657e540
Merge branch 'next' into fix-cloning
2025-01-09 15:27:25 +01:00
🏔️ Peak
05873d1855
Merge pull request #4783 from coollabsio/dep-bump
...
Dependencie upgrade
2025-01-09 15:20:48 +01:00
peaklabs-dev
8921a8a3cf
Update composer.lock
2025-01-09 15:18:16 +01:00
🏔️ Peak
4f63faf61b
Merge branch 'next' into dep-bump
2025-01-09 15:17:07 +01:00
peaklabs-dev
c01d3e4954
bump: docker dep
2025-01-09 15:11:14 +01:00
peaklabs-dev
d7135822eb
bump: dep
2025-01-09 15:10:38 +01:00
peaklabs-dev
34873b2c59
feat: volume cloning for ResourceOperations
2025-01-09 14:13:09 +01:00
peaklabs-dev
1c357f987d
fix: view text and helpers
2025-01-09 13:56:00 +01:00
peaklabs-dev
e01401a4dd
fix: volume and fileStorages cloning
...
- fix: volume naming
- fix: clone file and directory mounts for services
- fix: clone volumes for services
- fix: clone scheduled tasks for service applications
- fix: clone backup schedules for service databases
- feat: clone Volume data for services and applications
2025-01-09 13:49:44 +01:00
Khiet Tam Nguyen
277d7f1083
fix: removed container_name
2025-01-09 15:18:58 +11:00
peaklabs-dev
5877cead89
feat: move volume data cloning to a Job
2025-01-08 23:16:15 +01:00
peaklabs-dev
3723c84624
feat: docker volume data cloning
...
- UI implementation
- functional implementation for databases - volume gets cloned successfully
2025-01-08 23:13:05 +01:00
peaklabs-dev
249e39ea71
fix: implement all the cloneMe changes for ResourceOperations as well
2025-01-08 17:26:59 +01:00
peaklabs-dev
3868a4c5e6
fix: clone naming for different database data volumes
2025-01-08 17:26:18 +01:00
peaklabs-dev
fc1963f642
chore: remove unused computed fields
2025-01-08 17:08:36 +01:00
peaklabs-dev
259d23d4c6
fix: labels and URL generation when cloning
2025-01-08 17:07:20 +01:00
peaklabs-dev
3d4e8b9867
chore: switch up readonly lables to make more sense
2025-01-08 17:05:11 +01:00
peaklabs-dev
d45e2d18b7
fix: Service and database cloning and label generation
...
Databases:
- clone tags
- clone volumes
- clone file and directory mounts
- clone backup schedules
Services:
- clone tags
- clone scheduled task
- clone environment variables
2025-01-08 16:26:02 +01:00
peaklabs-dev
66d0926142
fix: Undefined variable $fs_path
for databases
2025-01-08 16:00:49 +01:00
peaklabs-dev
b77a223ec9
fix: Application cloning
...
- disable URL auto generation
- clone Application settings as well
- clone tags
- clone scheduled tasks
- clone preview deployment settings
- clone file and directory mounts
2025-01-07 20:27:54 +01:00
peaklabs-dev
91e1220912
fix: service cloning on a separate server
...
- To be able to clone a service to a new server we need to set the server_id as well, otherwise it will be cloned on the same server.
2025-01-07 19:26:25 +01:00
peaklabs-dev
d53065967e
fix: exclude system and computed fields from model replication
...
- Remove auto-generated properties (`id`, `created_at` and `updated_at` ) from replicate
- Exclude computed count properties (`additional_servers_count`, `additional_networks_count`) loaded by global scope to prevent errors
2025-01-07 17:18:04 +01:00
Andras Bacsai
1fe4dd722b
Revert "rector: arrrrr"
...
This reverts commit 16c0cd10d8
.
2025-01-07 15:31:43 +01:00
Andras Bacsai
da07b4fdcf
refactor: rename parameter in DatabaseBackupJob for clarity
2025-01-07 15:21:14 +01:00
Andras Bacsai
16c0cd10d8
rector: arrrrr
2025-01-07 14:52:08 +01:00
peaklabs-dev
96d2a1a512
fix: edge case where executions could be null
2025-01-07 14:49:04 +01:00
Andras Bacsai
c702ebff6d
fix: ui bug on pw confirmation
2025-01-07 14:39:31 +01:00
Andras Bacsai
965d656c5b
fix: update import command to append file redirection for database restoration
2025-01-07 14:39:31 +01:00
Andras Bacsai
40d9e05c0b
feat: restore backup from server file
2025-01-07 14:39:31 +01:00
Andras Bacsai
ab2e4c86d0
Merge pull request #4642 from nktnet1/arch-linux-inetutils
...
fix: hostname -I not supported on Arch Linux
2025-01-07 14:37:37 +01:00
peaklabs-dev
8a80401f15
feat: Purify for better sanitization
2025-01-07 13:47:16 +01:00
peaklabs-dev
70f93b1513
fix: sanitize html error messages
2025-01-07 13:38:21 +01:00
Andras Bacsai
5064fa246e
feat/fix: able to import full db backups for pg/mysql/mariadb
2025-01-07 13:00:41 +01:00
Oliver
dc036e5f51
Update teable.yaml
2025-01-07 12:24:33 +01:00
Andras Bacsai
326d0ccdb6
fix: import backups due to js stuff should not be navigated
2025-01-07 11:04:03 +01:00
Andras Bacsai
86ce9f3ddf
fix: local dropzonejs
2025-01-07 11:03:41 +01:00
Andras Bacsai
2fc5893e98
fix: update Livewire button click method to use camelCase
2025-01-07 11:03:23 +01:00
Andras Bacsai
af482f0572
fix: show if only build servers are added to your team
2025-01-07 10:43:21 +01:00
Andras Bacsai
2710b2a7bb
fix: increase default php memory limit
2025-01-07 10:36:01 +01:00
Andras Bacsai
7f9e54516b
fix: prevent default link behavior for resource and settings actions in dashboard
2025-01-07 09:51:25 +01:00
Andras Bacsai
b43ea5fb5d
fix: we need XSRF-TOKEN for terminal
2025-01-07 09:48:29 +01:00
Andras Bacsai
f2b62e93ce
fix: readonly does not exists
...
fix: validate after setting timezone to the new value
2025-01-07 09:29:38 +01:00
Andras Bacsai
fb66d05760
Refactor ApplicationDeploymentJob: Move 'tries' property definition to class level
2025-01-07 09:25:25 +01:00