Commit Graph

60 Commits

Author SHA1 Message Date
Chirag Bhalotia 0e35b04e8a
Merge branch 'dev' of github.com:BRAVO68WEB/shx into feature/api-integration 2023-06-25 00:51:31 +05:30
Jyotirmoy Bandyopadhayaya 407b34bcfa
⚙ : Reworked Config Gen 2023-06-24 23:22:22 +05:30
Chirag Bhalotia 628c0094ba
added markdown to dashboard homepage 2023-06-24 13:57:51 +05:30
Jyotirmoy Bandyopadhayaya 09e9b5e5e6
chore(deps): update 2023-06-24 13:12:08 +05:30
Chirag Bhalotia 523d394c23
fixed toaster 2023-06-24 13:03:08 +05:30
Jyotirmoy Bandyopadhayaya 74d163e604
Fixing Merge conflicts 2023-06-23 14:18:11 +00:00
Chirag Bhalotia bac95ea8bb
completed integrations 2023-06-23 19:19:07 +05:30
Jyotirmoy Bandyopadhayaya 53a53426c9
chore(bump): update dependencies 2023-06-23 08:23:21 +00:00
Jyotirmoy Bandyopadhayaya c0bc50e446
feat: use zod to read and parse config 2023-06-23 07:45:42 +00:00
Jyotirmoy Bandyopadhayaya 78870b0a62
feat: Added API Key last used attribute in API 2023-06-23 06:56:30 +00:00
Chirag Bhalotia 54a83753b8
integrated uploads delete api 2023-06-22 22:41:53 +05:30
Chirag Bhalotia 6973dfd1ca
Merge pull request #76 from BRAVO68WEB/issue-74-Settings_Section
Issue 74 settings section
2023-06-19 21:31:43 +05:30
dependabot[bot] c050315ad5
build(deps-dev): bump @storybook/nextjs from 7.0.18 to 7.0.22
Bumps [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) from 7.0.18 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/frameworks/nextjs)

---
updated-dependencies:
- dependency-name: "@storybook/nextjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 07:31:54 +00:00
Jyotirmoy Bandyopadhayaya 6bc7917dba
Merge pull request #79 from BRAVO68WEB/dependabot/npm_and_yarn/aws-sdk/client-s3-3.354.0
build(deps): bump @aws-sdk/client-s3 from 3.338.0 to 3.354.0
2023-06-19 13:00:37 +05:30
Jyotirmoy Bandyopadhayaya b37bf2ba72
Merge pull request #78 from BRAVO68WEB/dependabot/npm_and_yarn/commander-11.0.0
build(deps): bump commander from 10.0.1 to 11.0.0
2023-06-19 13:00:23 +05:30
dependabot[bot] 2c0a878552
build(deps): bump @aws-sdk/client-s3 from 3.338.0 to 3.354.0
Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.338.0 to 3.354.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.354.0/clients/client-s3)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 05:20:44 +00:00
dependabot[bot] 1569b13bc1
build(deps): bump commander from 10.0.1 to 11.0.0
Bumps [commander](https://github.com/tj/commander.js) from 10.0.1 to 11.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v10.0.1...v11.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 05:19:16 +00:00
dependabot[bot] 66938fdd87
build(deps-dev): bump @storybook/addon-essentials from 7.0.18 to 7.0.22
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.18 to 7.0.22.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.22/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.22/code/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 05:18:46 +00:00
Chirag Bhalotia 37387f5be1
added a taginput component 2023-06-17 03:05:17 +05:30
Jyotirmoy Bandyopadhayaya b7a887c763
Merge pull request #58 from chirag3003/dev
Updated  UI
2023-06-14 12:29:25 +05:30
Chirag Bhalotia 4b2c11ce1f
added modal component 2023-06-14 02:54:13 +05:30
Jyotirmoy Bandyopadhayaya d82007f852
Merge pull request #66 from BRAVO68WEB/dependabot/npm_and_yarn/concurrently-8.2.0
build(deps-dev): bump concurrently from 8.1.0 to 8.2.0
2023-06-12 15:57:42 +05:30
Jyotirmoy Bandyopadhayaya 18701ed283
Merge pull request #65 from BRAVO68WEB/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.9
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.9
2023-06-12 15:57:32 +05:30
Jyotirmoy Bandyopadhayaya 16eef06beb
Merge pull request #64 from BRAVO68WEB/dependabot/npm_and_yarn/storybook/addon-interactions-7.0.20
build(deps-dev): bump @storybook/addon-interactions from 7.0.18 to 7.0.20
2023-06-12 15:57:23 +05:30
Jyotirmoy Bandyopadhayaya f682780adc
Merge pull request #63 from BRAVO68WEB/dependabot/npm_and_yarn/eslint-config-next-13.4.5
build(deps): bump eslint-config-next from 13.4.3 to 13.4.5
2023-06-12 15:57:12 +05:30
dependabot[bot] 4a4a7ff603
build(deps-dev): bump concurrently from 8.1.0 to 8.2.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 05:17:32 +00:00
dependabot[bot] 55e7ecfed3
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.7 to 5.59.9.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 05:17:08 +00:00
dependabot[bot] 6bad210e73
build(deps-dev): bump @storybook/addon-interactions
Bumps [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) from 7.0.18 to 7.0.20.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.20/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.20/code/addons/interactions)

---
updated-dependencies:
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 05:16:21 +00:00
dependabot[bot] 4a34097bd3
build(deps): bump eslint-config-next from 13.4.3 to 13.4.5
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.4.3 to 13.4.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.5/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 05:15:43 +00:00
dependabot[bot] c758907b21
build(deps): bump react-hook-form from 7.44.2 to 7.44.3
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.2 to 7.44.3.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.44.2...v7.44.3)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 05:15:03 +00:00
Jyotirmoy Bandyopadhayaya 145d8597d0
🦄: Modular changes 2023-06-11 11:27:03 +00:00
Jyotirmoy Bandyopadhayaya fd04642ecd
Merge branch 'feat/discord-bot' into dev 2023-06-11 10:12:35 +05:30
Jyotirmoy Bandyopadhayaya 4586110e3b
feat: Added Base Discord Code + GH actions 🦄 2023-06-09 17:59:52 +00:00
Jyotirmoy Bandyopadhayaya ff50cf0d30
chore: lock file fixes 2023-06-09 16:25:41 +00:00
Jyotirmoy Bandyopadhayaya 2178405c9b
Merge branch 'dev' into fix/ts-interfaces 2023-06-09 21:46:32 +05:30
Jyotirmoy Bandyopadhayaya 8ad642466c
Working: Adding interfaces & tpes 2023-06-08 10:58:52 +00:00
Jyotirmoy Bandyopadhayaya cc274833b8
Merge pull request #50 from chirag3003/dev
Added New Ui Components and pages to the dashboard
2023-06-07 09:54:20 +05:30
Jyotirmoy Bandyopadhayaya a094ecb4b8
Merge pull request #52 from BRAVO68WEB/dependabot/npm_and_yarn/postcss-8.4.24
build(deps): bump postcss from 8.4.23 to 8.4.24
2023-06-05 10:53:53 +05:30
Jyotirmoy Bandyopadhayaya d4ab0e247d
Merge pull request #53 from BRAVO68WEB/dependabot/npm_and_yarn/concurrently-8.1.0
build(deps-dev): bump concurrently from 8.0.1 to 8.1.0
2023-06-05 10:53:34 +05:30
Jyotirmoy Bandyopadhayaya 46478e4dca
Merge pull request #51 from BRAVO68WEB/dependabot/npm_and_yarn/swc/wasm-1.3.62
build(deps-dev): bump @swc/wasm from 1.3.60 to 1.3.62
2023-06-05 10:53:23 +05:30
dependabot[bot] 6b3739a630
build(deps-dev): bump concurrently from 8.0.1 to 8.1.0
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 05:22:05 +00:00
Jyotirmoy Bandyopadhayaya aca64d4b31
Merge pull request #54 from BRAVO68WEB/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.8
build(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8
2023-06-05 10:50:28 +05:30
dependabot[bot] ee7a243d24
build(deps): bump redis from 4.6.6 to 4.6.7
Bumps [redis](https://github.com/redis/node-redis) from 4.6.6 to 4.6.7.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.6.6...redis@4.6.7)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 05:15:40 +00:00
dependabot[bot] 07adc51cea
build(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.59.8
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.59.8.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.8/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 05:15:04 +00:00
dependabot[bot] 739d6075d2
build(deps): bump postcss from 8.4.23 to 8.4.24
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.23...8.4.24)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 05:13:38 +00:00
dependabot[bot] d3a3717d3d
build(deps-dev): bump @swc/wasm from 1.3.60 to 1.3.62
Bumps [@swc/wasm](https://github.com/swc-project/swc) from 1.3.60 to 1.3.62.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.60...v1.3.62)

---
updated-dependencies:
- dependency-name: "@swc/wasm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 05:13:08 +00:00
Chirag Bhalotia bddcf5a55b
Merge branch 'BRAVO68WEB:dev' into dev 2023-06-02 16:41:14 +05:30
Jyotirmoy Bandyopadhayaya ffb8fb2fd5
📢: Added winston logger 2023-06-01 06:03:53 +00:00
Chirag Bhalotia 09916c364e
added add Notes ui 2023-06-01 02:02:11 +05:30
Chirag Bhalotia 78748ba7c2 fixed errors 2023-05-29 22:20:12 +05:30