Andras Bacsai
|
95ccf23e9d
|
refactor: comment out RootUserSeeder call in ProductionSeeder for clarity
|
2025-01-17 11:19:45 +01:00 |
|
Andras Bacsai
|
a7e0653937
|
Merge pull request #4852 from coollabsio/next
v4.0.0-beta.382
|
2025-01-17 11:07:25 +01:00 |
|
Andras Bacsai
|
66a42f4023
|
Merge branch 'main' into next
|
2025-01-17 11:07:16 +01:00 |
|
Andras Bacsai
|
254e32a6bc
|
fix: root user seeder should be the last (why? no idea. we will figure it out)
version ++
|
2025-01-17 11:06:09 +01:00 |
|
Andras Bacsai
|
916f8e3a74
|
Merge pull request #4598 from coollabsio/next
v4.0.0-beta.381
|
2025-01-17 09:36:05 +01:00 |
|
Andras Bacsai
|
54d656a9da
|
feat: Add root user configuration variables to production environment
|
2025-01-16 22:29:16 +01:00 |
|
Andras Bacsai
|
8f32c32bc7
|
Merge pull request #4847 from coollabsio/feat-create-initial-user-via-env
feat: Ability to create root user via environment variables
|
2025-01-16 22:19:25 +01:00 |
|
Andras Bacsai
|
dd2934804c
|
Merge pull request #4848 from coollabsio/dependabot/composer/nesbot/carbon-3.8.4
chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4
|
2025-01-16 22:05:53 +01:00 |
|
peaklabs-dev
|
a43805e24b
|
fix: silent return if envs are empty or not set.
|
2025-01-16 22:02:02 +01:00 |
|
dependabot[bot]
|
b2bc4b563b
|
chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4
Bumps [nesbot/carbon](https://github.com/CarbonPHP/carbon) from 3.8.2 to 3.8.4.
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](https://github.com/CarbonPHP/carbon/compare/3.8.2...3.8.4)
---
updated-dependencies:
- dependency-name: nesbot/carbon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-16 21:00:34 +00:00 |
|
Andras Bacsai
|
618b89f648
|
Merge pull request #4842 from peaklabs-dev/docker-cleanup-executions-ui
feat: Docker cleanup execution UI and some UI improvements
|
2025-01-16 21:42:02 +01:00 |
|
Andras Bacsai
|
a771993d97
|
fix: redirect to server index instead of show on error in Advanced and DockerCleanup components
|
2025-01-16 21:35:48 +01:00 |
|
Andras Bacsai
|
e77c04a1e3
|
Add 'System Wide' checkbox for GitHub App configuration
|
2025-01-16 21:26:58 +01:00 |
|
Andras Bacsai
|
3c83c7fd6c
|
Merge pull request #4754 from coollabsio/improve-git-and-service-provider
Improves: GitHub handling, AppServiceProvider and 500 error message rendering
|
2025-01-16 21:09:08 +01:00 |
|
Andras Bacsai
|
dd897a11fd
|
disable model strict mode
|
2025-01-16 21:07:12 +01:00 |
|
peaklabs-dev
|
ca56b1462d
|
fix: success message
|
2025-01-16 19:09:18 +01:00 |
|
peaklabs-dev
|
5f581a8eac
|
Update RootUserSeeder.php
|
2025-01-16 18:43:40 +01:00 |
|
peaklabs-dev
|
3f3b782e60
|
disable existing user check to check the full functionality of the seeder
|
2025-01-16 18:39:50 +01:00 |
|
peaklabs-dev
|
e9d688d5ee
|
fix: add spacing around echo outputs
|
2025-01-16 18:33:54 +01:00 |
|
peaklabs-dev
|
0ced6a4376
|
feat: improved error handling and log output
|
2025-01-16 18:29:00 +01:00 |
|
peaklabs-dev
|
c925ff049d
|
fix: regex username validation
|
2025-01-16 18:14:45 +01:00 |
|
peaklabs-dev
|
9288e60174
|
feat: email, username and password validation when they are set via envs
|
2025-01-16 18:07:40 +01:00 |
|
peaklabs-dev
|
43d526b773
|
fix: production password rule and cleanup code
|
2025-01-16 18:06:46 +01:00 |
|
peaklabs-dev
|
4b6690e599
|
fix: RootUserSeeder
- ensure that the existing root user is not overwritten
- ensure that the seeder can only be run once - creating the initial root user
|
2025-01-16 17:51:26 +01:00 |
|
peaklabs-dev
|
3927e4850b
|
fix: disable registration after creating the root user
|
2025-01-16 17:34:46 +01:00 |
|
peaklabs-dev
|
b6633f083e
|
feat: Root user envs and seeding
|
2025-01-16 17:19:38 +01:00 |
|
peaklabs-dev
|
e0aeb35316
|
fix: Cancelled deployments should not show end and duration time
|
2025-01-16 15:43:48 +01:00 |
|
peaklabs-dev
|
794e5357c9
|
chore: remove unused code and fix import
|
2025-01-16 15:39:53 +01:00 |
|
peaklabs-dev
|
30f36f96db
|
fix: use finished_at for the end time instead of created_at
|
2025-01-16 15:12:57 +01:00 |
|
peaklabs-dev
|
48b10de4f3
|
feat: improve deployment UI
- show full commit message with an expand button
- show only the first 7 characters of the commit hash, like on GitHub
|
2025-01-16 14:53:49 +01:00 |
|
peaklabs-dev
|
1169a49373
|
chore: remove dayjs
|
2025-01-16 14:48:41 +01:00 |
|
peaklabs-dev
|
47be82afc3
|
Merge branch 'docker-cleanup-executions-ui' of https://github.com/peaklabs-dev/coolify into docker-cleanup-executions-ui
|
2025-01-16 14:42:58 +01:00 |
|
peaklabs-dev
|
8bcd1449d2
|
chore: remove limit on commit message
|
2025-01-16 14:42:33 +01:00 |
|
🏔️ Peak
|
11d1a9e6fd
|
Merge branch 'next' into docker-cleanup-executions-ui
|
2025-01-16 14:41:23 +01:00 |
|
peaklabs-dev
|
f997872738
|
chore: lowcoder service naming
|
2025-01-16 14:24:16 +01:00 |
|
🏔️ Peak
|
8aad6f6690
|
Merge pull request #4832 from howardshand/patch-2
Add logo for lowcoder
|
2025-01-16 14:22:13 +01:00 |
|
🏔️ Peak
|
22bbc7154c
|
Merge pull request #4831 from howardshand/patch-1
Update openblocks to lowcoder
|
2025-01-16 14:21:52 +01:00 |
|
peaklabs-dev
|
4b11f97946
|
fix: joomla service
|
2025-01-16 14:17:28 +01:00 |
|
🏔️ Peak
|
3d1a4e698e
|
Merge pull request #4841 from basigabri/main
Added template for joomla with MariaDB
|
2025-01-16 14:13:38 +01:00 |
|
peaklabs-dev
|
5f25580ea6
|
Update service-templates.json
|
2025-01-16 12:51:34 +01:00 |
|
peaklabs-dev
|
3aca101821
|
fix: Redis DB should use the new resourceable columns
|
2025-01-16 12:51:18 +01:00 |
|
Andras Bacsai
|
7a8f66b2ec
|
fix: logs icons everywhere + terminal
|
2025-01-16 12:40:37 +01:00 |
|
Andras Bacsai
|
55d61ffaee
|
fix: add finished_at to app deployment jobs
fix: show deployment job running measurements
fix: terminal should not be wire:navigated
|
2025-01-16 12:05:59 +01:00 |
|
🏔️ Peak
|
e2a9cb61aa
|
Merge branch 'next' into docker-cleanup-executions-ui
|
2025-01-16 11:28:09 +01:00 |
|
peaklabs-dev
|
f5bc80b580
|
fix: use wire:navigate on server sidebar
|
2025-01-16 11:24:22 +01:00 |
|
Andras Bacsai
|
11414d347f
|
feat: enhance import command options with additional guidance and improved checkbox label
|
2025-01-16 11:14:06 +01:00 |
|
Andras Bacsai
|
23e7463a40
|
refactor: update redirect calls to use a consistent navigation method in deployment functions
|
2025-01-16 11:14:04 +01:00 |
|
🏔️ Peak
|
881914dc86
|
Merge branch 'next' into docker-cleanup-executions-ui
|
2025-01-16 11:13:57 +01:00 |
|
Andras Bacsai
|
433dff2684
|
improve navigation
|
2025-01-16 11:04:50 +01:00 |
|
Andras Bacsai
|
3f92c1e37b
|
Merge pull request #4796 from peaklabs-dev/fix-navigation
Feat: Improve navigation performance
|
2025-01-16 10:42:42 +01:00 |
|