Commit Graph

1979 Commits (48decee356195b1bc9b2bc7a99d729a07d6ea10d)

Author SHA1 Message Date
Rhythm 48decee356 changed stuff 2022-02-25 14:47:45 +05:30
Rhythm a21b72b154 changed studd 2022-02-25 13:14:53 +05:30
Rhythm bfca2113cc added logs for stage 2022-02-25 10:49:42 +05:30
Rhythm f12391df25 checking db query 2022-02-25 09:48:06 +05:30
Rhythm a8e8d2da06 updated logic 2022-02-25 09:22:36 +05:30
Rhythm b64811a991 adjusted the condition 2022-02-24 17:31:52 +05:30
Rhythm c24def9598 bug_fix 2022-02-24 16:05:18 +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