Commit Graph

1572 Commits

Author SHA1 Message Date
TheSpiritMan d2dc9ff514 add: dev-scripts inside Dockerfile 2024-02-16 15:40:06 +05:45
TheSpiritMan fa026d9849 mod: Dockerfile for Release and Edge to Decrease Docker Image Size 2024-02-15 17:31:57 +05:45
Kasra Bigdeli 10ea8dbf71 fixed https://github.com/caprover/caprover/issues/1410 2023-10-13 17:55:24 -07:00
Kasra Bigdeli e08c55db89 Merge pull request #1915 from buglinjo/master
Added support of optionally providing different captain base directory
2023-10-11 21:01:46 -07:00
Irakli Tchitadze 42d47a5b87 Replacing double question mark with double pipe 2023-10-11 13:17:36 -04:00
Irakli Tchitadze dc6df69444 Added support of optionally providing different captain base directory 2023-10-10 19:14:46 -04:00
Kasra Bigdeli b3fd2d5010 updated changelog 2023-10-03 21:19:22 -07:00
Kasra Bigdeli 2915f70081 Try to make it harder for the users to make human mistake https://github.com/caprover/caprover/issues/1265\#issuecomment-973651341 2023-09-22 19:46:03 -07:00
Kasra Bigdeli 7ea76d0699 updated changelog 2023-09-20 21:54:30 -07:00
Kasra Bigdeli 1c4736cc36 Improve redirect 2023-09-20 21:41:33 -07:00
Kasra Bigdeli a67a56a052 Fixed dev build 2023-09-18 15:39:01 -07:00
Kasra Bigdeli 12af577f83 Merge branch 'master' of github.com:caprover/caprover 2023-09-16 20:54:17 -07:00
Kasra Bigdeli bff4b71ce9 Updated changelog 2023-09-16 20:54:11 -07:00
Kasra Bigdeli 4717ffc68e Merge pull request #1887 from caprover/release
backmerge
2023-09-16 20:52:55 -07:00
Kasra Bigdeli b7c114ed7d 1.11.1 hotfix (#1886)
* Update CHANGELOG.md

* Update TERMS_AND_CONDITIONS.md

* Update TERMS_AND_CONDITIONS.md

* Adding script to clear pro config

* Fixed https://github.com/caprover/caprover/issues/1863

* Closes https://github.com/caprover/caprover-pro/issues/3

* Updated the changelog

* Fixed https://github.com/caprover/caprover/discussions/1859

* updated the changelogs

* Fixed https://github.com/caprover/caprover/issues/1871

* Upped version - ready for hotfix
v1.11.1
2023-09-16 20:52:08 -07:00
Kasra Bigdeli 05aaa81fe2 Upped version - ready for hotfix 2023-09-16 20:18:01 -07:00
Kasra Bigdeli cb489b2663 Fixed https://github.com/caprover/caprover/issues/1871 2023-09-05 22:17:28 -07:00
Kasra Bigdeli e10555fc34 updated the changelogs 2023-08-30 20:37:01 -07:00
Kasra Bigdeli 80cb3a3a90 Fixed https://github.com/caprover/caprover/discussions/1859 2023-08-30 20:34:25 -07:00
Kasra Bigdeli 1ba1be09b0 Updated the changelog 2023-08-30 20:24:42 -07:00
Kasra Bigdeli 36980aa5ea Closes https://github.com/caprover/caprover-pro/issues/3 2023-08-30 20:22:40 -07:00
Kasra Bigdeli c1741833a9 Fixed https://github.com/caprover/caprover/issues/1863 2023-08-29 20:19:17 -07:00
Kasra Bigdeli 29638db990 Merge branch 'master' of github.com:caprover/caprover 2023-08-27 20:58:40 -07:00
Kasra Bigdeli c4fcd67638 Adding script to clear pro config 2023-08-27 20:58:32 -07:00
Kasra Bigdeli 86ef7fa1d0 Update TERMS_AND_CONDITIONS.md 2023-08-27 15:06:47 -07:00
Kasra Bigdeli b0178e1f66 Update TERMS_AND_CONDITIONS.md 2023-08-27 14:16:36 -07:00
Kasra Bigdeli b52aa38b3e Update CHANGELOG.md 2023-08-27 11:55:39 -07:00
Kasra Bigdeli a7c434efe8 Fixed release v1.11.0 2023-08-27 11:47:45 -07:00
Kasra Bigdeli 9f48a728f2 Fixed release 2023-08-27 11:45:25 -07:00
Kasra Bigdeli 67e04ac1a8 Fixed release 2023-08-27 11:40:16 -07:00
Kasra Bigdeli 81b745f2ac updated FE to fix the build 2023-08-27 11:16:03 -07:00
Kasra Bigdeli 7e972fbf81 Merge branch 'release' 2023-08-27 11:11:29 -07:00
Kasra Bigdeli 1d01e3ed21 Release 1.11.0 (#1850)
* Expanding the scope of official docker registry auth

* Pulling image before updating

* support any domain and ssh-user when using git deploy

* additional tests for sanitizeRepoPathSsh()

* Refactoring PR

* Enabling gzip for the dashboard

* Enabling gzip for the dashboard

* Better threshold for gzip

* Added clarification about /captain for developing on Mac OS catalina or above

* Added Postman collcetion

* fix: provide configured captainSubDomain to frontend

* Force rebuild to check the test quality

* Disabling test temporarily to unblock pipeline

* Retry tests

* Retry tests

* Retry tests

* Retry tests

* Retry tests

* Retry tests

* Retry tests

* Adding support for overwriting app defaults NGINX config

* chore(deps): move dev deps

* Throw error with status code on empty namespace

When throwing an error without status code it resolve in a 500 error.
Using an error with a status code resolve in more explicit errors.

* chore: upgrade caprover/netdata docker image to the latest version

* Update dockerfile-captain.edge

* Fix README.md

* Update README.md

* corrected error print grammar

* Trim the customdomain before adding it

Domains are frequently copied and pasted and may therefore end with spaces or tabs.

* Changed clone commands to use ---recurse-submodules

* Fixed formatting

* fix: allow dot in repo name

* fix: allow substring 'git' & trailing slash in repo name

* fix: trailing slash must immediately follow .git

* test: add tests for . and .git in repo name

* test: only run backup tests in CI

* documentation(docker): upgrade docker documentation for macos

Fix docker documentation to match to the new docker interface for macos

* feat(macOs): add support for macOs Catalina and above

* Updating change logs since the last release

* Update CHANGELOG.md

* fix: Prettify code

* updated to node-18

* Fix app config update for global mode services

* Temporarily fixing the build

* Add network override option

* Moving curl up to see if the build fails again

* Updating packages to see if it fixes the build

* Update publish_edge.yml

* Upped all files to node 18

* Upped all files to node 18

* app tags

* Update CHANGELOG.md

* Added redirect to specific domain https://github.com/caprover/caprover/issues/314 (#1744)

* See https://github.com/caprover/caprover/pull/1744

* Update CHANGELOG.md

* removed fixed FE hash from edge

* Fixing edge

* Consolidated release build

* Update DockerRegistryHelper.ts (#1778)

See here: https://github.com/caprover/caprover/issues/1777#issuecomment-1589764356

* fixed redirect domains

* Fixed env vars for netdata

* Squash merge pro

* Updated terms

* Updated contribs

* Updated readme

* Updated changelog

* Added openssl to alpine images

* changed base domains

* Fixed https://github.com/caprover/caprover/issues/1822

* Fixed https://github.com/caprover/caprover/commit/8949e18f9b1e60718723cf7190659f5098ce7051

* changed base domains

* Change priority of the pro

* Added feature flags

* Added feature flags

* Added feature flags

* Convert flags to singleton

* Convert flags to singleton

* Fixed feature flags

* Fixed feature flags

* Fixed feature flags

* Updated terms

* Updated terms

* Reordered changelog for the next release

* Upped the version

* Update TERMS_AND_CONDITIONS.md

* updated github actions

---------

Co-authored-by: Nico Beierle <nico.beierle@gmail.com>
Co-authored-by: Nilesh <git@nileshtrivedi.com>
Co-authored-by: Jonas <30421456+jonaskuske@users.noreply.github.com>
Co-authored-by: Jan-Eric Winkelmann <jan@funkhaus.io>
Co-authored-by: c43721 <rlahman.game@gmail.com>
Co-authored-by: djexvr <ruhlmannvianney@gmail.com>
Co-authored-by: Radosław Kłos <radoslaw@klos.dev>
Co-authored-by: Camille Louédoc-Eyriès <camille.eyries@gmail.com>
Co-authored-by: Fractal-Tess <vgfractal@gmail.com>
Co-authored-by: Thomas Ghysels <info@thomasg.be>
Co-authored-by: Logstor <a.rottger_rydahl@live.dk>
Co-authored-by: Jonas Kuske <mail@jonaskuske.com>
Co-authored-by: Simon Belbeoch <simon.belbeoch@ln1.eu>
Co-authored-by: Ash <84814+VoidMonk@users.noreply.github.com>
Co-authored-by: drmrbrewer <michael@thebrewerfamily.co.uk>
2023-08-27 11:09:06 -07:00
Kasra Bigdeli 5eff2a2a56 Merge branch 'master' of github.com:caprover/caprover 2023-08-27 10:54:35 -07:00
Kasra Bigdeli 9115b181ff updated github actions 2023-08-27 10:54:17 -07:00
Kasra Bigdeli 33109b1555 Update TERMS_AND_CONDITIONS.md 2023-08-27 09:48:07 -07:00
Kasra Bigdeli f055f12f6f Upped the version 2023-08-26 12:19:27 -07:00
Kasra Bigdeli 0439be0c7f Reordered changelog for the next release 2023-08-06 21:15:25 -07:00
Kasra Bigdeli 37d4f092f7 Updated terms 2023-08-06 17:38:54 -07:00
Kasra Bigdeli 926d71db8a Updated terms 2023-08-06 16:45:36 -07:00
Kasra Bigdeli 1e4f14ca2d Fixed feature flags 2023-08-04 21:47:12 -07:00
Kasra Bigdeli f95b378442 Fixed feature flags 2023-08-04 21:46:52 -07:00
Kasra Bigdeli 71619e18b1 Fixed feature flags 2023-08-04 21:34:58 -07:00
Kasra Bigdeli a720d22b44 Convert flags to singleton 2023-08-03 20:57:39 -07:00
Kasra Bigdeli c92fac2863 Convert flags to singleton 2023-08-03 15:15:19 -07:00
Kasra Bigdeli fee85dc8b9 Added feature flags 2023-08-03 14:54:07 -07:00
Kasra Bigdeli e2baad22c3 Added feature flags 2023-08-03 14:27:49 -07:00
Kasra Bigdeli 22e09cf1d2 Added feature flags 2023-08-03 14:27:39 -07:00
Kasra Bigdeli 06976680c0 Change priority of the pro 2023-08-03 12:15:36 -07:00
Kasra Bigdeli 587e3aa531 changed base domains 2023-08-03 08:31:59 -07:00