Commit Graph

1594 Commits

Author SHA1 Message Date
Matt John
ec0e77cc5a Remove unecessary 'cd' during download of nginx config in linux selfhost setup 2023-02-27 18:47:23 +00:00
Maidul Islam
16c49a9626 update slack link in welcome message 2023-02-26 23:21:36 -05:00
Maidul Islam
06ea809d60 change color of bold welcome text 2023-02-26 23:19:28 -05:00
Maidul Islam
12364005c1 improve login welcome message 2023-02-26 22:49:31 -05:00
Maidul Islam
98573e9e05 Dependabot alerts #13 2023-02-26 21:55:34 -05:00
Maidul Islam
c1a4ca6203 Dependabot alerts #19 2023-02-26 21:43:01 -05:00
Maidul Islam
21c2fd8542 address Dependabot alerts #17 2023-02-26 21:40:55 -05:00
Maidul Islam
b27bc8fc1b address dependabot alerts #18 2023-02-26 21:38:44 -05:00
Vladyslav Matsiiako
091115e6ba Merge branch 'main' of https://github.com/Infisical/infisical 2023-02-26 17:51:45 -08:00
Vladyslav Matsiiako
d9c055872d Fixed minor bugs everywhere 2023-02-26 17:51:26 -08:00
Maidul Islam
f73d18ddc7 merge PR 287 2023-02-26 20:03:40 -05:00
Maidul Islam
eb47126f68 merge PR 288 2023-02-26 20:00:37 -05:00
Maidul Islam
4750767268 merge PR 289 2023-02-26 19:53:03 -05:00
Maidul Islam
b0ed772885 merge PR 290 2023-02-26 19:50:22 -05:00
Maidul Islam
7fdab81b5f merge pr 291 2023-02-26 19:46:40 -05:00
Maidul Islam
c17bf13f8c remove sudo for alpine 2023-02-26 19:32:33 -05:00
Maidul Islam
0e17c9a6db Merge pull request #383 from 5h4k4r/use-multi-stage-build
Builds Docker image of backend component with multi-stage Dockerfile
2023-02-26 10:50:56 -05:00
Maidul Islam
1c4dd78dea use node alpine base image 2023-02-26 10:49:01 -05:00
Shakar
23418b3a09 Builds Docker image of backend component with multi-stage Dockerfile
Updates package.json `npm start` command
Delete unnecessary `npm run start` commands

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-02-26 14:50:49 +03:00
mv-turtle
0f143adbde Merge pull request #377 from caioluis/main
feat(webui localization): add support for pt-PT
2023-02-25 12:01:51 -08:00
Maidul Islam
1f3f4b7900 Merge pull request #353 from Grraahaam/chore/helm-docs
chore(docs): helm charts + local cluster setup script
2023-02-25 13:25:47 -05:00
Maidul Islam
2c5f26380e Merge pull request #373 from jon4hz/default-env
fix: properly support default environment
2023-02-25 13:08:00 -05:00
Maidul Islam
8f974fb087 Add docs for default environment 2023-02-25 13:07:07 -05:00
Maidul Islam
a0722b4ca5 Merge pull request #372 from jon4hz/format-cfg
fix: pretty print workspace file
2023-02-25 12:42:46 -05:00
Maidul Islam
41e039578a Merge pull request #374 from jon4hz/shell
fix: always execute cmd in subshell
2023-02-25 12:39:08 -05:00
Maidul Islam
c89e8e8a96 Merge pull request #375 from jon4hz/workspace
feat: search for workspace config in parent dir
2023-02-25 11:27:34 -05:00
Maidul Islam
cac83ab927 add debug log to workspace path location 2023-02-25 11:25:49 -05:00
Caio Gomes
0f0b894363 Revert "feat(webui-localization): fix and update pt-br copies"
I was dizzy and forgot to make a branch

This reverts commit 43f9af1bc6.

Signed-off-by: Caio Gomes <ocaioluis@gmail.com>
2023-02-25 08:05:43 +00:00
Caio Gomes
43f9af1bc6 feat(webui-localization): fix and update pt-br copies 2023-02-25 08:04:02 +00:00
Caio Gomes
f5ed14c84c fix(localization): add pt-PT to the options and fix a copy 2023-02-25 07:22:34 +00:00
Caio Gomes
2dd57d7c73 feat(localization): add locales for pt-PT 2023-02-25 06:53:02 +00:00
Maidul Islam
0b1891b64a Merge pull request #371 from jon4hz/env-filter
Improve env filter
2023-02-24 23:12:20 -05:00
Maidul Islam
5614b0f58a nit: method name change 2023-02-24 22:21:20 -05:00
Maidul Islam
3bb178976d Remove auto delete index 2023-02-24 21:57:13 -05:00
jon4hz
1777f98aef feat: search for workspace config in parent dir 2023-02-25 01:25:39 +01:00
jon4hz
45e3706335 fix: always execute cmd in subshell 2023-02-25 00:19:58 +01:00
jon4hz
337ed1fc46 fix: properly support default environment 2023-02-24 23:20:30 +01:00
jon4hz
d1ea76e5a0 fix: pretty print workspace file 2023-02-24 22:28:28 +01:00
jon4hz
4a72d725b1 fix: use function to get secrets by key 2023-02-24 22:03:50 +01:00
jon4hz
1693db3199 fix: preallocate map size 2023-02-24 22:03:13 +01:00
jon4hz
1ff42991b3 fix: improve filtering of reserved env vars 2023-02-24 21:57:48 +01:00
mv-turtle
978423ba5b Merge pull request #364 from alexdanilowicz/patch-3
chore(docs): Update README MIT License badge link
2023-02-24 11:41:28 -08:00
mv-turtle
4d0dc0d7b7 Update README.md 2023-02-24 11:40:03 -08:00
BlackMagiq
3817e666a9 Merge pull request #365 from Infisical/travisci
Add Travis CI Docs
2023-02-24 16:44:15 +07:00
Tuan Dang
b61350f6a4 Add Travis CI docs, minor edits 2023-02-24 16:37:26 +07:00
Tuan Dang
0fb1a1dc6f Merge remote-tracking branch 'origin' into travisci 2023-02-24 16:08:53 +07:00
BlackMagiq
9eefc87b7a Merge pull request #350 from Aashish-Upadhyay-101/Aashish-Upadhyay-101/TravisCI-integration
Feat: travis ci integration
2023-02-24 16:08:19 +07:00
Tuan Dang
53d35757ee Make minor changes to TravisCI sync, faster, reliable 2023-02-24 15:59:12 +07:00
Tuan Dang
e80e8e00b1 Replace axios with request 2023-02-24 15:31:46 +07:00
Aashish-Upadhyay-101
0b08e574c7 Merge remote-tracking branch 'refs/remotes/origin/main' into Aashish-Upadhyay-101/TravisCI-integration 2023-02-24 13:36:35 +05:45