Commit Graph

2044 Commits (544fc8168264f5a39b6cf5db49b58f112ee4bef9)

Author SHA1 Message Date
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
smit95tpatel 2b8964eeaa removed end date validation 2021-12-28 12:07:57 +05:30
smit95tpatel 8e701e2a49 removed end date validation 2021-12-28 12:07:48 +05:30
Monark 9962fce3ab
Merge pull request #14 from razorpay/filter_section
added filtering code
2021-12-27 12:53:12 +05:30
Rhythm d7dfdd3527 go fmted 2021-12-27 12:33:36 +05:30
smit95tpatel c19628f61b fixed extra parameters passing in downtime create/update req body 2021-12-24 23:56:44 +05:30
smit95tpatel b72f6fb385 removed linting issues 2021-12-21 16:25:21 +05:30
smit95tpatel 593194b8e3 removed linting issues 2021-12-21 16:24:56 +05:30
smit95tpatel 434d72a6d2 removed linting issues 2021-12-21 16:23:49 +05:30
smit95tpatel f1c639ddc6 added lock file to gitignore 2021-12-21 16:20:32 +05:30
smit95tpatel ff65252670 removed eslint from store.js 2021-12-21 15:26:48 +05:30
smit95tpatel 8f6b4d9631 removed eslint from store.js 2021-12-21 15:25:34 +05:30
smit95tpatel c2c3ab9a18 fixed issues on dates 2021-12-21 00:48:23 +05:30
smit95tpatel 7e007f143e highlighted bold active route 2021-12-20 20:11:28 +05:30
smit95tpatel 2e4fa4b39b added back button to downtime create and edit 2021-12-20 19:44:55 +05:30
smit95tpatel aa28237f92 prefilled duration filter with past 30 days 2021-12-20 19:10:39 +05:30
smit95tpatel 77372b4f35 changed start and end time format in the downtime listing 2021-12-20 17:14:18 +05:30
smit95tpatel f6ac1533d3 delete icon to bin 2021-12-20 17:11:04 +05:30
Rhythm f0eb5cbb96 time desc order 2021-12-20 16:21:56 +05:30
smit95tpatel 22640aa9b2 changed delete downtime btn text 2021-12-20 16:15:45 +05:30
smit95tpatel 97767e8bb8 fixed issue in date range 2021-12-20 15:59:38 +05:30
smit95tpatel cc92b03dec fixed the skip issue in the filter 2021-12-20 15:45:24 +05:30
smit95tpatel d0f427f436 fixed the date range filter error 2021-12-20 15:20:00 +05:30
Rhythm 97b58c3f91 descending order 2021-12-20 13:00:16 +05:30
Rhythm 13f7cd3b70 added time contraint 2021-12-20 03:45:39 +05:30
smit95tpatel a118ecbef1 removed linting from routes 2021-12-17 19:54:34 +05:30
smit95tpatel 287881423c removed linting from routes 2021-12-17 19:50:24 +05:30
smit95tpatel 40b5d6adcf removed linting from mixin 2021-12-17 19:44:38 +05:30
smit95tpatel bd0683d5ae removed linting from mixin 2021-12-17 19:43:28 +05:30
smit95tpatel 49a4ff1714 removed linting from yarn-lock 2021-12-17 19:38:43 +05:30
smit95tpatel 0bbc16510c removed linting from yarn-lock 2021-12-17 19:37:53 +05:30
smit95tpatel 699beeede1 removed linting from yarn-lock 2021-12-17 19:37:20 +05:30
smit95tpatel e67d9105c5 removed linting from english 2021-12-17 19:35:16 +05:30