Nik Charlebois
1214aa61f7
Merge pull request #3521 from Alik-Agarwala/Dev
...
Avoid Unnecessary Instantiation of ApplicationInsights
2023-09-05 10:29:13 -04:00
Avik Agarwala
c0088939a1
Update usePrevious.ts
...
Update the usePrevious hook to include a cleanup function within the useEffect to ensure that the previous value is updated only when the state variable changes, optimizing performance by reducing unnecessary updates.
Utilize generics for the return type to make the hook more flexible and concise.
Remove redundant useEffect and updated the ref.current value directly within the hook function.
These changes enhance the usePrevious hook, making it more efficient and easier to use.
2023-07-29 02:20:58 +05:30
Alik Agarwala
eb5e6ed240
Avoid Unnecessary Instantiation of ApplicationInsights
2023-07-28 01:19:46 +05:30
Alik Agarwala
130a1af715
Fix: Remove redundant initialization of reactPlugin
...
The variable 'reactPlugin' was being redundantly initialized twice in the code. This commit removes the redundant assignment inside the 'createTelemetryService' function, as the variable is already initialized at the beginning of the file. The code now runs efficiently without any redundancy.
2023-07-24 00:05:28 +05:30
Sébastien Levert
f0261c5a42
Adding styles
2022-11-02 00:59:02 -04:00
Nik Charlebois
1a84825f0c
Initial
2022-09-22 12:02:30 -04:00
Sébastien Levert
70575d54b4
Changing to Components
2021-10-04 13:40:32 -04:00
Sébastien Levert
f8cdaa7af6
Changes Creds + Quiet params
2021-10-04 12:30:20 -04:00
dependabot[bot]
c50c345ada
Bump tmpl from 1.0.4 to 1.0.5 in /generator
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-29 05:33:23 +00:00
Sébastien Levert
382d3387a2
Fixing postcss version in package.json
2021-09-02 15:42:18 -04:00
Nik Charlebois
f6c2a1ea8d
Merge pull request #1342 from microsoft/dependabot/npm_and_yarn/generator/ws-6.2.2
...
Bump ws from 6.2.1 to 6.2.2 in /generator
2021-08-24 11:34:32 -04:00
Nik Charlebois
b21e30073e
Merge pull request #1343 from microsoft/dependabot/npm_and_yarn/generator/dns-packet-1.3.4
...
Bump dns-packet from 1.3.1 to 1.3.4 in /generator
2021-08-24 11:34:17 -04:00
Nik Charlebois
cba94117c2
Merge pull request #1389 from microsoft/dependabot/npm_and_yarn/generator/url-parse-1.5.3
...
Bump url-parse from 1.5.1 to 1.5.3 in /generator
2021-08-24 11:34:02 -04:00
dependabot[bot]
3531c7afb3
Bump ws from 6.2.1 to 6.2.2 in /generator
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 15:26:08 +00:00
dependabot[bot]
47cb18be40
Bump tar from 6.1.0 to 6.1.10 in /generator
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.10.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.10 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 15:25:52 +00:00
dependabot[bot]
e78385bd08
Bump url-parse from 1.5.1 to 1.5.3 in /generator
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 15:25:46 +00:00
dependabot[bot]
103a341072
Bump path-parse from 1.0.6 to 1.0.7 in /generator
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 02:05:37 +00:00
Nik Charlebois
cbd9ef2fca
Update package.json
2021-07-30 07:29:33 -04:00
Sébastien Levert
2576e21871
Adding Dev in the site description
2021-07-28 01:49:07 -04:00
Sébastien Levert
28029f9086
Adding the description env.
2021-07-28 00:44:35 -04:00
Sébastien Levert
407a359f01
Typos.
2021-07-28 00:26:57 -04:00
Sébastien Levert
34335d1559
Merge branch 'Dev' into sebastienlevert/fluent-website
2021-07-28 00:23:51 -04:00
Sébastien Levert
b8cd263b26
Adding Telemetry
2021-07-28 00:20:54 -04:00
dependabot[bot]
b02b8e9580
Bump dns-packet from 1.3.1 to 1.3.4 in /generator
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-07-27 17:33:16 +00:00
Sébastien Levert
ff4dd280c4
Preview of the new Export UI ( #1341 )
...
* Adding initial version of the website
* Initial commit
* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure opensource@microsoft.com
* Update CI name
* Perf fix
* Fixed re-rendering
* Removing lorem ipsum, fixing nav and icons
* Added the copy content + client creds
* Adding all auth types
* Added the dynamic script generation
* Fixing Actions run on other forks
* Cleaned react errors
* Missing closing quotes
* Fixed typo for Creds
* Adding the workload selection (low-perf)
* Fixed React deps
* Performance improvements
* React changes
* Data Script updated
* Update Build & Deploy Export UI.yml
* CICD
* Fixing Path to run pwsh
* Fixing Path
* Updating to ubuntu
* Update to PS Core
* Deleting resources and workloads for auto-gen
* Adding contextual manifest + resources
* Removing pwsh from build
* Forcing folder creation
* Anchor fix
* Update CI
* Adding environment management to CICD
* Adding dependencies
* Working dir.
* Working Dir.
* Working dir, again.
* Test
* New test
* Test 3
* Test 4
* Test 5
* Deploy to prod dependent on preview
* Adding deps
* Protecting deploy prod to be only on main repo
* Context on generator
* Adding upload/download of artifacts
* Fixing location of artifacts
* Adding pwsh before build
2021-07-27 13:30:15 -04:00
Sébastien Levert
8a44eddcc7
Anchor fix
2021-07-27 10:12:04 -04:00
Sébastien Levert
70e1ed5ddb
Forcing folder creation
2021-07-27 09:51:32 -04:00
Sébastien Levert
e502fba517
Removing pwsh from build
2021-07-27 09:37:35 -04:00
Sébastien Levert
7bf4dd5cd9
Adding contextual manifest + resources
2021-07-26 16:46:51 -04:00
Sébastien Levert
4b2b0c21fc
Deleting resources and workloads for auto-gen
2021-07-26 16:41:56 -04:00
Sébastien Levert
108574576d
Fixing Path
2021-07-26 16:25:52 -04:00
Sébastien Levert
028c216f66
CICD
2021-07-26 16:22:53 -04:00
Sébastien Levert
a1178f13cd
Data Script updated
2021-07-26 16:16:34 -04:00
Sébastien Levert
28966893b3
React changes
2021-07-26 15:33:16 -04:00
Sébastien Levert
7aa032055e
Performance improvements
2021-07-26 15:32:31 -04:00
Sébastien Levert
a49a6452b7
Fixed React deps
2021-07-26 15:13:26 -04:00
Sébastien Levert
8a730797cd
Adding the workload selection (low-perf)
2021-07-26 15:08:27 -04:00
Sébastien Levert
41cefe79b9
Fixed typo for Creds
2021-07-26 13:21:24 -04:00
Sébastien Levert
96ac43f206
Missing closing quotes
2021-07-26 13:19:35 -04:00
Sébastien Levert
e3cc46c395
Cleaned react errors
2021-07-26 13:18:42 -04:00
Sébastien Levert
de1b23cf38
Added the dynamic script generation
2021-07-26 13:04:32 -04:00
Sébastien Levert
fe88ebd293
Adding all auth types
2021-07-26 12:24:12 -04:00
Sébastien Levert
f90eaea3b2
Added the copy content + client creds
2021-07-26 12:03:29 -04:00
Sébastien Levert
78efdae0f5
Removing lorem ipsum, fixing nav and icons
2021-07-26 10:58:45 -04:00
Sébastien Levert
89cb63ceca
Fixed re-rendering
2021-05-18 09:12:13 -04:00
Sébastien Levert
0096c97173
Perf fix
2021-05-13 04:36:21 -04:00
Sébastien Levert
7ac994775c
Initial commit
2021-05-13 04:10:59 -04:00