Releases: Infisical/infisical
Releases · Infisical/infisical
v0.2.0
Changelog
- d3efe35 Add DELETE route to API keys
- 68c488b Add acceptedAuthModes for v2 secrets
- 0aff94c Add action error
- 16f2405 Add audit logs to pulls, still need to refactor
- f015e6b Add batch delete api and batch create api
- 078c67f Add crud cli docs
- 5967a5c Add endpoint to return count of secret snapshots for a workspace
- d75d9ec Add get call secrets route for service token and jwt
- 37998b8 Add logs for posthog in frontend
- 3c6b1e5 Add non try catch error handle and fix bulk patch
- 6f054d8 Add requireSecretAuth middleware
- 764636c Add service token v2 api into cli
- 9497a26 Add v1 audit log backend models and wiring to push secrets
- 618dc10 Added .NET to available frameworks
- fc61849 Added .NET to available frameworks
- 9d41f75 Added Intercom to Docs
- 4ad4efe Added a basic framework for activity logs
- f3e3a9e Added commenting functionality (#135)
- 7d280d4 Added event filter for logs
- 9c83808 Added populate statement
- e664a8b Added resuest for translations to README.md
- babf35b Added translations to /noprojects route
- 146d683 Added translations to integrations
- 2032318 Added translations to the sidebar
- ff0b053 Begin API Key functionality
- 4dac65e Begin action route for getting an action by id
- d869968 Begin api-key functionality on backend
- 679db32 Begin docs for secret versioning, snapshots, and audit logs
- 07c34c4 Begin moving /secret/workspaceId routes to /workspace/workspaceId
- 01d9691 Begin service token data refactor
- ca2f44b Bump json5 from 2.2.1 to 2.2.3 in /backend
- fae27a0 Changed text for the activity page
- 1c2a43c Clean unecessary imports
- c7fb920 Complete v1 support for API key auth mode
- bb4d3ba Connected version history to backend
- 009f9c6 Continue developing activity logs backend
- 648e3e3 Continue developing log schema
- 7e4bf7f Continue developing service token v2
- 888d28d Continue work on API key
- 229fef8 Create route and controller v1/v2 folder structure separation
- a8f0c39 Finish v1 audit logs, secret versioning, version all unversioned secrets
- ae5320e Finished activity logs V1
- 347b720 Finished secret snapshots
- 85cb3a1 Fix frontend endpoints for service tokens and patch secret index.d.ts error
- 6fa84bf Fix merge conflicts
- 019e90d Fix merge conflicts
- 6e50adb Fix merge conflicts
- df7340e Fix merge conflicts
- 72a9343 Fix merge conflicts
- d4925e0 Fixed merge conflicts with translations; updated starting secrets
- 876c5f5 Fixed the bugs with secret overrides and the sidebar
- cc251ba Fixed the home directory transations
- cc2803a Fixed the merge conflicts on the signup page
- 9218d2a Fixed the padding issue in the login page
- 8b48205 Fixed the service token bugs
- d0949b2 Fixed the sorting buf with version history
- 74d883c Fixing merge conflicts
- cbb9984 Fixing merge conflicts for pages/users
- 1459370 Fixing more merge conflicts
- c9d71ad Fixing react hook error
- 5a19f8e Hotfix: state updates for dashabord and service tokens
- 0167342 Improved frontend for activity logs
- b60f0c1 Increase cli version and decode hex for service token encryption key
- 2e84b7e Initial schema ideas for logging
- 1428679 Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs
- 92ab29f Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs
- 72664c5 Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs
- 4576e8f Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs
- 939826f Merge branch 'logging' into activity-logs
- 3f0eefb Merge branch 'main' into activity-logs
- b8e5a2c Merge branch 'main' into snyk-upgrade-1e6565738ff7cb9c1330ef01a3b0c7f1
- 054b3e3 Merge branch 'main' of https://github.com/Infisical/infisical
- 7e026e8 Merge crud cli api and cli changes
- a36a59a Merge pull request #164 from Infisical/snyk-upgrade-1e6565738ff7cb9c1330ef01a3b0c7f1
- 9ea12b9 Merge pull request #177 from jon4hz/completion
- ab3f360 Merge pull request #178 from Infisical/new-routing
- f550e4b Merge pull request #179 from Infisical/new-routing
- 4c43bda Merge pull request #180 from akhilmhdh/fix/failed-workspace-membership-invite
- b062c44 Merge pull request #184 from jon4hz/dotnet
- 212ca72 Merge pull request #190 from Infisical/service-token-v2
- d7dd65b Merge pull request #191 from Infisical/api-key
- e364094 Merge pull request #192 from Infisical/cleaning
- 8ddccca Merge pull request #193 from Infisical/activity-logs
- 4dce7e8 Merge pull request #195 from Infisical/dependabot/npm_and_yarn/backend/json5-2.2.3
- c9dc024 Merge pull request #46 from gangjun06/feat/39
- 6e125b9 Merge remote-tracking branch 'origin' into activity-logs
- ce66e55 Merge remote-tracking branch 'origin' into activity-logs
- 3c349b1 Merge remote-tracking branch 'origin' into activity-logs
- 8c7c41e Merge remote-tracking branch 'origin' into api-key
- 136fda3 Merge remote-tracking branch 'origin' into cleaning
- 924e3d7 Merge remote-tracking branch 'origin' into new-routing
- addf04d Merge remote-tracking branch 'origin' into service-token-v2
- 48defca Merge remote-tracking branch 'origin' into service-token-v2
- 914a78f Merge remote-tracking branch 'upstream/main' into feat/39
- 242f7b8 Merge remote-tracking branch 'upstream/main' into feat/39
- 5910bfb Merge remote-tracking branch 'upstream/main' into feat/39
- 5b8337a Merge remote-tracking branch 'upstream/main' into feat/39
- f93594b Migrate POST /v1/secret/:workspaceId to /v2/workspace/:workspaceId/secrets and cleared room for /v2 secret routes
- 0ff8194 Modify getWorkspaceLogs to accept sortBy query param
- c7c5a94 Modify secret snapshots to point to secret versions
- e99ee94 Modify service token format
- 0294431 Modularize prepareDatabasse into initSecretVersioning
- 58830ea Move get service token data to v2 routes
- e960130 Move service token data routes and controllers to v2
- 9d0e269 Moved project id from dashboard to settings
- fe0c466 Moved the delete button to the sidebar
- 4af8390 Patch actionNames on getWorkspacelogs
- 15db792 Patch requireAuth middleware in getting secret snapshot by id
- b8a6471 Refactor auth middleware to accept multiple auth modes
- 54676c6 Remove accept statuses
- 85be609 Remove comment from posthog fn
- fb394de Remove unecessary imports
- 9727075 Resolve merge conflicts
- f6faad2 Returned the missing package
- 9cf28fe Service tokens update on frontend
- f2bd4ae Show full validation error
- c921eb8 Telemetry and graphic changes
- de9d832 Temporarily remove integrations as available
- 752a2a9 Update README.md
- cc408d8 Update channel in workspace v2 controller
- 021250a Update dependencies
- db36b81 Update package-lock.json
- 6845e91 Updated icon for activity logs
- 2c63559 Updated request new invite illustration
- 6c88c4d Updated the image for signup invites
- 03b7d3a Wired frontend for logs
- daf8a73 add dynmaic workspace and user creds for secrets cmd
- 59f5ad7 add expand flag to crud sli
- 2c8c7a1 add helper functions to check workspace and login status
- 7152e16 add message to avoid typing in file passphrase
- ccb1c31 add set command for crud cli
- 68b99b9 central logging and 2v service token
- d516b29 chore(frontend): add next-i18next library
- cfea0dc chore(frontend): add useEffect to _app for translate
- 991e4b7 chore(frontend): update some files about translate
- 9ef6f9e ci: add autocompletion and manpage
- ac4b67d delete, get and create via cli
- 4c94ddd feat(frontend): add change language button in login page
- 6cebe17 feat(frontend): add change language button in personal setting
- 96ebe3e feat(frontend): setting next-i18next
- 1b0e5d3 feat(frontend): setup next-translate package
- 14bffeb feat(frontend): update i18n default loader
- 0e53b78 feat(frontend): update translate library
- c653f80 fix(api-frontend): resolved failure in inviting existing infisical users to organization
- c28d857 fix(backend): resolved workspace membership invite failure
- bd97e9e fix(frontend): navigate not working
- 76da449 fix(frontend): provided href invalid error
- 7e4454b fix: upgrade next from 12.3.1 to 12.3.4
- 91dbbee install docs for arch linux
- 6044572 merge with own change
- 5428766 modify getServiceTokenData to return single json
- 3e945dd move v2 secret api to controller
- 880f4d2 print all errors during backend dev
- fba40b5 print requestError logs in backend when in dev mode
- 408eb48 remove --ignore-scripts for backend temporary
- 68a8471 remove accepted roles from secrets v2 api
- 939e9ba rename secret route with workspace and environment hierarchy
- 8dfcc1f translate(frontend): add login, signup page translate
- c14d1d4 translate(frontend): dashboard page
- a0abf53 translate(frontend): many files
- 4bdb48d translate(frontend): navbar
- 2c1398e translate(frontend): some setting page
- 9685af2 translate(frontend): update namespace names, move translate keys, translate some keys into korean
- 20e5100 translate(frontend): update namespaces
- 0d8e104 update crud CLI docs and remove projectID from run command
- fe05732 update host to prod host
- a5e8741 update json5
- 776b4c2 update types for request body in secrets v2 api
- a07d4e6 update types name for secrets v2 api
- 37c66c2 update variable to check telemetry
- 7e71e3c v1 crud secrets complete
v0.1.16
Changelog
- 0cb26a9 Added memoization and did performance optimizations
- 205bf70 Added overrides for secrets
- 87a9a58 Added state management to the dashboard sidebar
- e4e0370 Complete v1 secret versioning and project secret snapshots
- dca3bd4 Complete v1 secret versioning and project secret snapshots
- c4ebea7 Finish get secret versions route
- 092436b Finished the first ddraft of the dashboard sidebar
- 0c6dfbe Fix commonjs import/export for patchRouterParam and make secret versioning/snapshots compatible with prev unversioned secrets
- 740100a Fixed merge conflicts
- 676f340 Fixed the TS error
- c556072 Fixed the duplicate error
- f7e3e48 Merge branch 'secret-versioning' of https://github.com/Infisical/infisical into secret-versioning
- 0e78336 Merge pull request #169 from Infisical/dashboard-sidebar
- a07bfbe Merge pull request #171 from Infisical/secret-versioning
- d284040 Merge pull request #176 from jon4hz/aur
- 9bbf380 Merge remote-tracking branch 'origin' into secret-versioning
- e3b0512 Merge remote-tracking branch 'origin' into secret-versioning
- 8f765cb Merge remote-tracking branch 'origin' into secret-versioning
- ff33708 Merge remote-tracking branch 'origin/main' into secret-versioning
- 890aff8 Merge remote-tracking branch 'origin/main' into secret-versioning
- 26fe1dd Move secret versioning and snapshot functionality into ee and begin license scoping
- 9c76985 Patch secret-override mechanism with versioning/snapshots
- 9f724b5 Refactor EE secret versioning/snapshot access
- d89af29 Refactored dashboard to TS - still some bugs and inefficiencies
- 0a108cb Removed version history for now
- f37fc9c Small modifications to secret versioning/snapshot
- 5294fe9 Style updates
- 2473ad0 Update cli to 0.1.16 to trigger arch linux release
- 09a04d4 chore: set license to MIT
- a9c73ab ci: add aur release
- f575ae8 removed console.log
- 20050bc solved the bug with duplicate management
v0.1.15
Changelog
- 9e28ba9 Add secret override flag to CLI
- 79ddada Add secret override to docs
- a4285df Added welcome email to new users
- 142ed15 Merge branch 'main' into feat/frontend/adjust-registration-styles
- f642a46 Merge pull request #165 from naorpeled/feat/frontend/adjust-registration-styles
- 8f8c501 Merge pull request #172 from akhilmhdh/chore/cleanup-remove-react-import
- bec1393 Merge remote-tracking branch 'origin/main' into feat/frontend/adjust-registration-styles
- f020b55 Solving merge conflicts
- 454d1d3 Update README.md
- 665c6b1 chore(frontend): removed unneccessary react import in project
- 417edda cleanup
- 6405e9f cleanup
- 71a7497 initial commit
- 44da5da update CLI version
- dcbf852 update secret override desc
- 13e7883 wip
- d25f4cc wip
v0.1.14
v0.1.13
v0.1.12
Changelog
- ed2558a Add GitHub Actions docs and remove GET Infisical public key route
- d8d3e02 Add ingress annotation as default value
- 7933365 Add parseInt to SMTP_PORT envar
- d4bab09 Add self-hosting email configuration docs + examples, correct SMTP setup for SendGrid/Mailgun-specific setup
- 7f51aaf Add vault docs
- 507b0bd Add yaml output
- baba99e Added 404 page
- e4c3db0 Added contributor
- 54f99f3 Added contributor to Readme
- d2c2ca8 Added dragon to no projects and addec contributor to readme
- 11e64fe Added frontend for Github integration.
- a3609b9 Align with comments
- 3eb33d2 Back to report.json
- 6f40427 Bump jsonwebtoken from 8.5.1 to 9.0.0 in /backend
- 4aaa01f Clean up
- 3bcc4ea Correct SMTP_HOST default envar in docs
- 113ec55 Correct workflow test
- e0973f0 Delete close_inactive_issues.yml
- fc32647 Embed project id into exported service tokens
- aaa87b2 Fix errors and complete v1 full-loop of GitHub integration with repository secrets
- 7763e33 Fix errors and complete v1 full-loop of GitHub integration with repository secrets
- 6ed8f8a Fix login runtime error
- eee40fd Fix report steps
- ae6de31 Fix typo in quickstart
- ecbacfb Make coverage comment
- 75e3a3b Merge branch 'Infisical:main' into main
- 5790af7 Merge branch 'Infisical:main' into main
- 96caa58 Merge branch 'bot' into bot
- a12ae35 Merge branch 'main' into feat/error-handling
- 95b8d27 Merge branch 'main' of github.com:reginaldbondoc/infisical
- 483d4f8 Merge branch 'main' of github.com:reginaldbondoc/infisical
- bd207dc Merge branch 'main' of github.com:reginaldbondoc/infisical
- 509a92a Merge branch 'main' of https://github.com/Infisical/infisical
- 13a650f Merge branch 'main' of https://github.com/Infisical/infisical
- fdcf2dd Merge branch 'main' of https://github.com/Infisical/infisical
- 95ff1f1 Merge branch 'main' of https://github.com/Infisical/infisical
- ebdf04b Merge pull request #125 from Infisical/snyk-upgrade-5062255a2e34f7370d0aefcb1261369d
- 2bd9f4e Merge pull request #128 from SH5H/fixError
- 54b0285 Merge pull request #130 from gmgale/bot
- 2d3255e Merge pull request #140 from reginaldbondoc/main
- d93bdff Merge pull request #144 from Zamion101/fix/issue-142
- 06e6443 Merge pull request #149 from arthurzenika/patch-1
- c3b2e08 Merge pull request #152 from Zamion101/feat/error-handling
- 5599644 Merge pull request #155 from jonerrr/main
- 9643c75 Merge pull request #156 from Infisical/dependabot/npm_and_yarn/backend/jsonwebtoken-9.0.0
- 5324355 Merge pull request #158 from Infisical/snyk-upgrade-678d7b4eeea6a4d9172b69ed3febbea2
- 4c62783 Merge pull request #161 from wjhurley/patch-1
- 34d7db5 Merge pull request #166 from naorpeled/feat/frontend/add-resend-code-to-signup
- be35da7 Merge pull request #2 from reginaldbondoc/reginaldbondoc-patch-1
- 958ef56 Merge pull request #6 from reginaldbondoc/reginaldbondoc-patch-5
- 8bfab95 Merging upstream changes.
- 83c3745 PR comment on coverage
- 78a5242 Patch Netlify integration cases, add new docs for Heroku, Vercel, and Netlify
- 8a20904 Point to different coverage file
- 3341b08 Revamp contributing development docs
- fcf300f Set output mode and file
- fc906e7 Setup test, break apart entrypoint, & align GHA workflow
- 7502056 Started Github integration.
- fd6b3e9 Update GitHub actions docs and README integrations
- a939d98 Update README.md
- 4b261c4 Update README.md
- 7eedefa Update app.ts
- 1dc0339 Update close_inactive_issues.yml
- 3f2d011 Update contributing dev docs and envars, remove PUBLIC_KEY, PRIVATE_KEY server envar requirement
- 66cf2f6 Update develoing.mdx related to issue #142
- 2513250 Update package-lock
- 0ee5639 Update package-lock
- 9d0efc5 Updated contributors and links
- 2eb2f3f Use GH secret
- 4a1cf88 Use different GHA for downloading artifact
- f7b1107 add support for arch linux
- f22d427 add support for multiple keyring
- ed8134d allow helm template to add secret ref
- 6216f70 chore: Split error handler middleware to a seperate file
- bd9041a feat: Add central error handler
- d72e113 feat: Patch Router#handle to catch Promise Rejection
- 42a0a9d fix(helm-charts/frontend): port listenning to 3000
- 22d6aa8 fix: Fixed wrong naming for error handler middleware
- 44482dd fix: Relocate 'JWT_SERVICE_SECRET' related to issue #142
- 843757f fix: Wrong error handler middleware position
- 0c30ee8 fix: upgrade posthog-node from 2.1.0 to 2.2.0
- ea5a758 fix: upgrade posthog-node from 2.2.0 to 2.2.2
- 5eefe75 initial commit
- 28818db refactor: Prefer use of RequestError and next() function on middlewares
- 6f5d7a8 refactor: Refactored middlewares to use RequestError
- 33805ad split builds for cross compile
- 68bf1f6 update env vars for mail
- ec0313f update helm chart
- f31424d update helm chart to make envfrom optional
- ca8bc21 update helm install command
- 45f92bd update infisical helm chart version
- dc567b8 update k8 self hosting doc
- c20f636 update k8 self hosting doc
- 41f6255 updated the nopojects page design
v0.1.11
Changelog
- 6bb2493 Add back health check and fix json file not found
- b09ae05 Add docs for chained commands
- 35fd152 Add integration auth revocation
- cd59ca7 Add kubernetes operator docs
- a799e1b Add new workflow to push k8 operator to prod
- c12eeac Add placeholder upcoming integrations to docs
- 20ea50b Added intercom to docs
- 4c29c88 Adding automatic linter for checking commit
- d86c335 Begin Netlify integration
- fe17d84 Begin Netlify integration
- 46fe724 Begin developing bot, event, and integration pipeline
- 36300cd Begin personal access token-based integrations
- d14ed06 Change frontend integration-bot wording
- 1757f0d Complete v1 loop for bot-based integrations
- 397c15d Continue integration frontend refactor
- c6c2cfa Continue trimming frontend integration page and renaming variables
- de11c50 Delete Prettier
- a763d8b Delete actions folder
- 787e54f Finish Netlify integration v1 full-loop
- 91052df Fix Typescript issues for frontend integrations
- 2d77fe9 Fix lint issues
- 9e3ac6c Fix merge conflicts
- 6c7d232 Fix merge conflicts for index
- bacf9f2 Fix merge conflicts frontend integrations
- d410b42 Fix more merge conflicts and continue cleaning up integrations frontend
- 6ea26c1 Merge branch 'bot'
- 436f408 Merge branch 'main' of https://github.com/Infisical/infisical into bot
- dd05e2a Merge branch 'main' of https://github.com/Infisical/infisical into bot
- 182db69 Merge branch 'main' of https://github.com/Infisical/infisical into bot
- d4e0a49 Merge branch 'main' of https://github.com/Infisical/infisical into bot
- a58f91f Merge branch 'main' of https://github.com/Infisical/infisical into bot
- 2c83404 Merge branch 'main' of https://github.com/Infisical/infisical into bot
- e2a84ce Merge branch 'main' of https://github.com/Infisical/infisical into bot
- 9b7f036 Merge pull request #127 from SH5H/testtest
- 2bff7bb Merge pull request #139 from Infisical/cli-multi-command
- 5168195 Merge tag 'main' of https://github.com/Infisical/infisical into bot
- c2eaea2 Modify frontend to be compatible with full-loop for bot-based integrations
- 74d5586 Modularize integration sections in frontend
- 10d57e9 Modularize integrations into json files, continue refactoring integrations frontend
- 200bb12 Move CLIENT_ID envars to be fetched from backend for (cloud) integration options
- 5474096 Move Stay Up-to-Date to bottom to give integrations more spot light
- 5816ce3 Patch lint integration issues on frontend
- 4dac03a Patch undefined siteId passthrough to API
- 3e62392 Preliminary Vercel integration
- 5475555 Refactor integrations logic and replace hardcoded client ids with envars
- 3fc6b0c Refactoring integrations frontend (cleanup)
- 1447e05 Remove SITE_URL from frontend
- 271c810 Remove awkward lag when integration is loading its apps
- 9f82220 Remove frontend/backend sync operation for envars to integrations in favor of bot
- 06c1827 Remove prettier
- fbc38c5 Remove tests from backend docker img
- 5444382 Remove unecessary import in integrations
- a49fcf4 Rotate test OAuth2 token
- c15a930 Temp disable healthcheck
- 02e5be2 Update README.md
- 3ba62d1 Update README.md
- 8183e61 Update k8 read me
- dc9c6b9 add chained command support
- f01e8cb add multi command
- 19daf14 allow host api in spec and update spec names
- 6ba4701 delete Dockerfile.prod from frontend
- 19b909c modify verify step in docs
- 33dddd4 move coming soon integ to bottom
- e013a4a remove namespace from sample
- b4c616e set image name for k8
- 033275e update read me helm chart
- 6af59e4 yaml for kubectl install secrets operator
v0.1.10
Changelog
- 3d25baa Add parseInt to token expiration
- f49fe39 Added progress bar for the Infisical Guide
- 8266c4d Fixed the undefined private key issue
- 9ee0c8f Fixed typescript issue for signupinvites
- 059f15b Merge branch 'main' of https://github.com/Infisical/infisical
- a8dfcae Merge pull request #106 from wanjohiryan/patch-2
- 228c8a7 Rectified typo in README :)
- caddb45 Revise integrations docs
- 1808ab6 fix variable assignment when pulling via token
- aa55440 fix variable assignment when pulling via token
v0.1.9
v0.1.8
Changelog
- 2735384 Add PR gate workflows
- 90eb292 Add an
export
command - 94b7a0a Added another contributing option to readme
- 793eaee Address PR feedback
- 1212b5a Change name
- df1ade4 Changed [NAME]'s project to Example Project
- 991b10c Convert JS to TS
- a47decd Convert JS to TS
- 9e73b34 Delete workspace type file
- ec85bfc Fix frontend build-arg
- 4ae88b2 Fix merge conflict
- d99e21a Fix workspace type
- 944cc5b Fixed the bug with start keys
- c23be77 Fixed the typescript error in Layout
- a83d536 Improve GH Action workflow for building images
- 9370347 Limit replacement to JS files only
- 58b252a Loosen email regex
- 43fb353 Merge branch 'I-36-use-pre-built-frontend-image' of github.com:reginaldbondoc/infisical into I-36-use-pre-built-frontend-image
- a561868 Merge branch 'Infisical:main' into I-36-use-pre-built-frontend-image
- 1454911 Merge branch 'Infisical:main' into I-36-use-pre-built-frontend-image
- 142a38a Merge branch 'main' into I-36-use-pre-built-frontend-image
- 29ab134 Merge branch 'main' into I-36-use-pre-built-frontend-image
- a84fc84 Merge branch 'main' into I-36-use-pre-built-frontend-image
- 209673d Merge branch 'main' into I-36-use-pre-built-frontend-image
- 023c744 Merge branch 'main' into I-36-use-pre-built-frontend-image
- 60fcd34 Merge branch 'main' into feat-error-notifs
- c4124cc Merge branch 'main' into snyk-upgrade-5d7f8d449135ab93a65e39dda5bbc136
- 1e16a18 Merge branch 'main' of https://github.com/Infisical/infisical
- 112fc77 Merge branch 'main' of https://github.com/Infisical/infisical
- c36aa35 Merge branch 'main' of https://github.com/Infisical/infisical into main
- dba4c03 Merge pull request #102 from Infisical/mv-turtle-patch-1
- baacc31 Merge pull request #77 from SH5H/jsconvert
- 688b383 Merge pull request #80 from reginaldbondoc/I-36-use-pre-built-frontend-image
- ccf1010 Merge pull request #82 from asharonbaltazar/feat-error-notifs
- 5e1f6d3 Merge pull request #84 from SH5H/main
- 9436f40 Merge pull request #90 from edgarrmondragon/feat/export-cmd
- 3c44975 Merge pull request #92 from asharonbaltazar/feat-add-notif-timeout
- 1218dc0 Merge pull request #93 from Infisical/snyk-upgrade-5c827737012080ebf6157c6e6fcd4f49
- b89a221 Merge pull request #94 from Infisical/snyk-upgrade-5d7f8d449135ab93a65e39dda5bbc136
- 689f1d0 Merge pull request #95 from Infisical/snyk-upgrade-2f45d7571b1d2d04216e214a24b9e6c3
- c75c24d Merge pull request #96 from Infisical/snyk-upgrade-35bcf68242318cba0ddafd09b0bc335e
- febdf48 Merge pull request #97 from Infisical/snyk-upgrade-7100c673d3b4c2351515934460524fde
- b5a4e42 Merge pull request #98 from reginaldbondoc/main
- 006f61a Merge pull request #99 from reginaldbondoc/add-initial-quality-gate
- bb47f7a Pre-bake some vars and change telemetry handling
- 1310b17 Update README.md
- 7b1be82 Update README.md
- 4a105a7 Update comment for new util
- 0cea019 Update push to docker action
- 8cd9e20 Update readme star gif
- bbc23ac Use encoding/csv to build the CSV output
- c68eaa6 Use pre-built frontend image in prod compose file
- 251426b feat: Add notification timeout
- 91c8fd1 feat: add notif type
- 389bf0b feat: add NotificationProvider to _app.tsx
- b677ab6 feat: add react TS types
- add3075 feat: create prop for Notification; small readability changes
- 6ed5b9e feat: create initial NotificationProvider component
- 9071faf feat: fix import paths
- 9499aa1 feat: move NotificationProvider into Notifications folder
- 7bbaf4f feat: move notifs to bottom right
- f60e0cf feat: separate components from Notification Provider
- da6a8cc fix typo for layout
- 349865e fix: clearNotification now requires string
- 9e1112e fix: hide notifs wrapper if no notifs
- 6050e65 fix: notif type is optional
- 0466bf4 fix: upgrade @sentry/node from 7.17.4 to 7.19.0
- 16a1366 fix: upgrade @sentry/tracing from 7.17.4 to 7.19.0
- 761a60a fix: upgrade express-rate-limit from 6.6.0 to 6.7.0
- d45eff6 fix: upgrade mongoose from 6.7.1 to 6.7.2
- b06c8d2 fix: upgrade typescript from 4.8.4 to 4.9.3
- d46bf54 fix: wrap pushKeys args in obj
- 3db1ff2 modify error model
- 9098bdc refactor: Change type to ensure notifs within state are Required<>