Commit Graph

1976 Commits (ed27881697e4bc2c65d4e6396d2c0cc27cc107a1)

Author SHA1 Message Date
smit95tpatel ed27881697 minor logic change 2022-02-07 19:24:47 +05:30
smit95tpatel cc95b017eb minor logic change 2022-02-07 19:13:52 +05:30
smit95tpatel a822b1bd58 minor style change 2022-02-07 17:20:48 +05:30
smit95tpatel 43926a1ff9 implemented tree structure for particular downtime in a service 2022-02-07 15:19:34 +05:30
Smit Patel fb62487998
Merge pull request #23 from razorpay/espd_create/edit
Espd create/edit
2022-01-18 14:31:16 +05:30
smit95tpatel 119c14e785 resolved merge request 2022-01-17 12:22:30 +05:30
smit95tpatel 15ed5b20f9 changed col name from name to service 2022-01-17 12:09:37 +05:30
kRhythm53 1a06c7769c
Merge pull request #19 from razorpay/tree_2
Service Status Representation
2022-01-17 11:07:57 +05:30
Rhythm dfd5ed0223 fmted 2022-01-17 10:35:23 +05:30
Rhythm 658a76e5b3 modified code from comments 2022-01-17 01:05:33 +05:30
Rhythm fa743f2919 merged with release 2022-01-06 11:57:48 +05:30
Rhythm 3c83bdb952 removed line 2022-01-06 11:46:52 +05:30
Rhythm 8892d4c314 removed extra line 2022-01-06 11:45:19 +05:30
Rhythm 69a98f4b5b fmted stuff 2022-01-06 11:40:09 +05:30
Rhythm fb0b03bb37 modified files 2022-01-06 11:40:09 +05:30
Rhythm 7f73808065 reverted an unwanted commmit 2022-01-06 11:40:09 +05:30
Rhythm 2d7f1cd982 chaged stuff 2022-01-06 11:40:09 +05:30
Rhythm 7e96abfcd2 added status route 2022-01-06 11:40:09 +05:30
Rhythm de9d89ab71 added time contraint 2022-01-06 11:40:09 +05:30
Rhythm a7f796b3bb changed stuff 2022-01-06 11:40:09 +05:30
Amrendra Singh b441d411f1 Downtimes CRUD (#11) 2022-01-06 11:40:09 +05:30
Prem Kumar 1cbac44b5b disable source map + status icon fix (#12)
* disable source map + status icon fix

* ui changes

* ui changes vq.0
2022-01-06 11:40:09 +05:30
Amrendra Singh 77370a4d86 Second Cut (#10) 2022-01-06 11:40:09 +05:30
Amrendra Singh 9cac104d54 First cut (#9)
Initial deployment
2022-01-06 11:40:09 +05:30
Amrendra Singh 11655e5e94 codeowner update 2022-01-06 11:40:09 +05:30
guptaankit015 1992f38b3c credentials updated 2022-01-06 11:40:09 +05:30
guptaankit015 8a9024896d dockerhub push 2022-01-06 11:40:09 +05:30
guptaankit015 f594db9e60 build fix for public repo 2022-01-06 11:40:09 +05:30
guptaankit015 165907f1ed build fix for public repo 2022-01-06 11:40:09 +05:30
guptaankit015 18cafd93da added ubuntu-latest runner 2022-01-06 11:40:08 +05:30
guptaankit015 3a039f96a7 added ubuntu-latest runner 2022-01-06 11:40:08 +05:30
guptaankit015 05ed6e04da reverted ubuntu-latest runner 2022-01-06 11:40:08 +05:30
guptaankit015 01c62b2b21 added ubuntu-latest runner 2022-01-06 11:40:08 +05:30
guptaankit015 3abe439d13 added ubuntu-latest runner 2022-01-06 11:40:08 +05:30
guptaankit015 e9d933d928 ci build setup 2022-01-06 11:40:08 +05:30
guptaankit015 9d409ec520 clean up 2022-01-06 11:40:08 +05:30
Rhythm beaab1e89f fmted stuff 2022-01-05 16:42:09 +05:30
Rhythm 200f474bc5 modified files 2022-01-05 15:21:50 +05:30
Rhythm aa458e4639 reverted an unwanted commmit 2022-01-04 16:37:27 +05:30
Rhythm b4995bcdab chaged stuff 2022-01-04 16:21:41 +05:30
Monark 77abd9fe25
Downtime create/edit (#16)
* done with listing and pagination

* added badge to status

* intergrated filter for downtimes

* refactored code for naming convention and fixed some style

* implemented edit/create/delete

* removed .vscode folder

* removed some eslint file changes

* removed app.vue lint changes

* added space at the end of app.vue comp

* removed servicelist

* removed login

* removed main

* removed page/login

* added launch

* added launch

* added launch

* removed linting from api.js

* fixed filtering on ui

* removed linting from top nav

* removed linting from icon

* removed linting from english

* removed linting from yarn-lock

* removed linting from yarn-lock

* removed linting from yarn-lock

* removed linting from mixin

* removed linting from mixin

* removed linting from routes

* removed linting from routes

* fixed the date range filter error

* fixed the skip issue in the filter

* fixed issue in date range

* changed delete downtime btn text

* delete icon to bin

* changed start and end time format in the downtime listing

* prefilled duration filter with past 30 days

* added back button to downtime create and edit

* highlighted bold active route

* fixed issues on dates

* removed eslint from store.js

* removed eslint from store.js

* added lock file to gitignore

* removed linting issues

* removed linting issues

* removed linting issues

* fixed extra parameters passing in downtime create/update req body

* removed end date validation

* removed end date validation

* coverted to milllisec in a readable format

* removed commented style

* restored vue.config file

* added max date config to filters and forms and modified validation on end date

* added try catch on create and edit downtime

* added try catch on create and edit downtime

* removed the empty string params from filter

Co-authored-by: smit95tpatel <smit.patel@razorpay.com>
2021-12-28 19:43:18 +05:30
smit95tpatel 4b97ba3b21 removed the empty string params from filter 2021-12-28 19:22:32 +05:30
smit95tpatel 48b2de6dc0 Merge branch 'release' of https://github.com/razorpay/statping into espd_create/edit
updated branch with release.
2021-12-28 18:47:11 +05:30
smit95tpatel 28b5b61052 added try catch on create and edit downtime 2021-12-28 18:37:05 +05:30
smit95tpatel 1b4966c533 added try catch on create and edit downtime 2021-12-28 18:36:41 +05:30
smit95tpatel 0647060031 added max date config to filters and forms and modified validation on end date 2021-12-28 15:31:20 +05:30
Rhythm aa36f50011 added status route 2021-12-28 14:36:10 +05:30
smit95tpatel 7c290d2d93 restored vue.config file 2021-12-28 12:37:59 +05:30
smit95tpatel ddea5da94c removed commented style 2021-12-28 12:28:22 +05:30
smit95tpatel ba67d68807 coverted to milllisec in a readable format 2021-12-28 12:27:25 +05:30