Commit Graph

50 Commits

Author SHA1 Message Date
Ashvin S
d7293c6138 SB-2555 | Ashvin | Upgrade react-scripts dependency (#741)
This is done to upgrade a dependency called immer to version 9.0.21
2024-12-26 16:45:16 +05:30
dhruvjoshi
030f8eceb5 INFRA-3504 | add react-diff-viewer 2024-07-05 19:02:00 +05:30
dhruvjoshi
7886572974 INFRA-2928 | Dhruv | bump up react-router and react-router-dom 2024-06-27 01:59:25 +05:30
dhruvjoshi
9f7534f12a INFRA-2697 | add cpu profiling option 2024-03-28 14:22:01 +05:30
dhruvjoshi
49a1ea1485 INFRA-2697 | add redux toolkit and redux 2024-03-28 02:29:04 +05:30
Ashvin S
e29ee6a0a9 INFRA-2881 | Ashvin | Add support for multiple EFS in a manifest (#480)
* INFRA-2881 | Ashvin | Add support for multiple EFS in a manifest

- EFS are now shown in a list, and can be added like S3 buckets
- No two EFS can have same name, I did not add any validation for the mount point because we are setting it ourselves
- Added unused import plugin to remove unused imports

* INFRA-2881 | Ashvin | Create types for ManifestValidationSchema.ts

* INFRA-2881 | Ashvin | Extract out inline function in EfsVolumeForm.tsx

* INFRA-2881 | Ashvin | Revert remove conditional render on EFS component

* INFRA-2881 | Ashvin | Add return type to functions

* INFRA-2881 | Ashvin | Make function names more expressive

* INFRA-2881 | Ashvin | Remove enable field from EfsVolume
2024-02-27 22:39:30 +05:30
dhruvjoshi
8164d0a484 INFRA-2668 | Merge branch 'master' of github.com:navi-infra/deployment-portal-frontend into husky-and-lint-integration 2024-02-19 15:21:00 +05:30
dhruvjoshi
3d4f29cec2 INFRA-2907 | fix pr comments 2024-02-19 14:45:25 +05:30
dhruvjoshi
b44366cf0b INFRA-2668 | master update 2024-02-15 16:46:56 +05:30
dhruvjoshi
b4f9936f22 INFRA-2668 | add husky and integrate it with commit, push and pull 2024-02-14 15:46:53 +05:30
dhruvjoshi
242b908f9a INFRA-2668 | add new card for dump 2024-02-13 17:04:19 +05:30
dhruvjoshi
f69b22c5cf INFRA-1586 | use new node image in docker file 2024-02-12 15:39:09 +05:30
dhruvjoshi
162f96257a INFRA-1586 | use webpack serve instead of webpack-dev-serve, remove extract-text-webpack-plugin as it has been deprecated instead add MiniCssExtractPlugin 2024-02-09 18:07:38 +05:30
dhruvjoshi
d1184a7203 INFRA-1586 | add babel, remove awesome-typescript-loader, bump typescript and other packages 2024-02-09 13:12:53 +05:30
dhruvjoshi
951061582f INFRA-1586 | add eslint 2024-02-08 01:45:39 +05:30
dhruvjoshi
1e5516a1c6 INFRA-1586 | bump yup version and fix code 2024-02-08 00:34:30 +05:30
dhruvjoshi
abd6a0408e INFRA-1586 | initial commit 2024-02-07 21:10:06 +05:30
Harinder Singh
7997c07ae0 INFRA-1886 | Harinder | Updating critical vulnerability marked packages 2023-07-19 22:47:42 +05:30
Harinder Singh
2b2bac974d INFRA-1886 | Harinder | Updating React to v17 and removing ununsed packages 2023-07-19 19:03:48 +05:30
Harinder Singh
3c7eed9707 INFRA-1859 | Harinder | Package upgrades - Reset jest version 2023-06-15 20:31:41 +05:30
Harinder Singh
837d6a716e INFRA-1859 | Harinder | Package upgrades 2023-06-15 18:39:35 +05:30
Abhishek Katiyar
24f283ff85 INFRA-1803 | Abhishek | Make basic page for token generator 2023-05-28 21:27:54 +05:30
Ashvin S
ebf833e8c7 Revert "Add ES lint and Prettier " 2022-11-25 17:34:04 +05:30
Ashvin Sharma
b486614b47 INFRA-1520 | Ashvin | Fix consistent formatting and es lint warning 2022-11-25 17:10:57 +05:30
Ashvin Sharma
13b5db2dd2 INFRA-1520 | Ashvin | Remove redundant dependencies and test files 2022-11-25 15:17:32 +05:30
Ashvin Sharma
1b64bc30b9 INFRA-1317 | Ashvin | Remove eslint-config-react-app from package.json 2022-10-25 16:07:16 +05:30
Ashvin Sharma
8f96bd5774 INFRA-1317 | Ashvin | Make fields immutable if they are deployed 2022-10-24 17:54:37 +05:30
deepak jain
7e253095ba INFRA-1302 | Deepak | updating yarn package and adding more validation 2022-09-16 01:32:40 +05:30
Abhishek Katiyar
70215511a5 INFRA-712 | Abhishek | Add feature to generate yaml for pipelines (#63)
* INFRA-712 | Abhishek | Add basic components for generating pipeline yaml

* INFRA-712 | Abhishek | Add temporary commit

* INFRA-712 | Abhishek | Add UI for generating yaml for gocd pipeline

* INFRA-712 | Abhishek | Remove unnecessary fields from pipeline card

* INFRA-712 | Abhishek | Add changes to call backend

* INFRA-712 | Abhishek | Refactor code

* INFRA-712 | Abhishek | Remove duplication

* INFRA-712 | Abhishek | Remove id from pipeline manifest

* INFRA-712 | Abhishek | Add changes to show yaml

* * | Abhishek | temporary commit

* INFRA-712 | Abhishek | Fix css

* INFRA-712 | Abhishek | Add component to search for pipeline manifests
2021-04-19 06:47:38 +05:30
Anoop Narang
5b5fe64305 INFRA-580 | Anoop | Manifest form rewrite (#32)
* INFRA-580 | Anoop | Add components for new form ui

* INFRA-580 | Anoop | Remove caching for index.html

* INFRA-580 | Anoop | Add values for gi vertical

* INFRA-580 | Anoop | Fix namespace issue

* INFRA-580 | Anoop | Add card layout

* INFRA-580 | Anoop | Add datascience team

* INFRA-580 | Anoop | Add Infra vertical environment variable
2020-11-30 21:21:24 +05:30
anoop narang
a60485f76b [INFRA-460] | Anoop | Upgrade jsonform packages 2020-08-13 12:33:39 +05:30
Deepak Jain
4aca1458be INFRA-447| Deepak Jain| creating api client wrapper 2020-07-30 15:53:43 +05:30
anoop narang
b42ec431a1 [INFRA-421] | Anoop | Update dashboard & manifest list page 2020-07-23 03:41:55 +05:30
anoop narang
814da2f2e6 [INFRA-420] | Anoop | Use custom ajv to support defaults 2020-07-08 23:47:46 +05:30
anoop narang
e0aaf6d48e [INFRA-392] | Anoop | Add toast message 2020-07-01 15:23:52 +05:30
anoop narang
f26c7ad648 [ch12326] | Anoop | Add generic schema form & split older form 2020-06-15 03:24:53 +05:30
Deepak Jain
bb1c7005d1 ch12386| Deepak| adding okta authentication in backend 2020-06-13 03:42:06 +05:30
Abhishek Katiyar
4d05e5b71e [ch11577] | Abhishek | Add webpack configuration for local development
environment and add docker-compose.yaml
2020-05-27 05:37:41 +05:30
Abhishek Katiyar
d6bff4bb69 [ch11577] | Abhishek | Add changes to configure environment variables 2020-05-27 04:19:48 +05:30
Abhishek Katiyar
d6da9c5cf7 Merge pull request #2 from navi-infra/ch6331
[ch6331] | Abhishek | Fix directory structure and env variables
2020-05-22 15:13:30 +05:30
Kaushik Chandrashekar
89327c7649 [ch6331] | Kaushik | Add react-router dependency 2020-05-22 14:12:01 +05:30
Abhishek Katiyar
8075a1e8ad Revert "[ch6331] | Abhishek | Remove hardcoded URLs and add to env files"
This reverts commit ec66046cfd.
2020-05-22 12:58:36 +05:30
Abhishek Katiyar
ec66046cfd [ch6331] | Abhishek | Remove hardcoded URLs and add to env files 2020-05-22 12:17:27 +05:30
Abhishek Katiyar
e3d24f7058 [ch6331] | Abhishek | Fix directory structure for running tests 2020-05-22 03:47:26 +05:30
Abhishek Katiyar
609161b98a [ch6331] | Abhishek | Add support to run tests on PR and while building
the image
2020-05-21 18:04:28 +05:30
Kuamr Shubham
f6ba01abd3 Shubham | Add dependencies for okta 2020-05-17 15:08:30 +05:30
Kuamr Shubham
33f1e59e2b Add dependencies 2020-05-15 11:29:53 +05:30
Kuamr Shubham
02f67d0fff Shubham | Add. Form for manifest data 2020-04-28 12:22:21 +05:30
Kuamr Shubham
6607795ef7 Shubham | Add. Dependencies for JsonForm 2020-04-27 17:42:49 +05:30
Kuamr Shubham
1d4e7e5e99 Initialize project using Create React App 2020-03-11 17:06:35 +05:30