Commit 2264d34
feat: Release 6 - 12 December 2022 (#113)
* feat: PBI 32 status page configuration (#100)
* [RED] add tests for status page configuration
* [GREEN] add implementation status page configuration
* [REFACTOR] add unique constraint on path
* [REFACTOR] remove unused test method
* feat: PBI-33-status page dashboard-Backend (#106)
* [RED] create tests for status page dashboard
* [RED] update tests for status page dashboard
* [GREEN] create implementation for status page dashboard
* [REFACTOR] remove code smells
* [REFACTOR] remove unnecessary filter
Co-authored-by: Muhammad Fahlevi <muhammad.fahlevi@gdn-commerce.com>
* feat: Pbi 35 validation on register (#107)
* [RED] When registering, user should not be verified yet
* [GREEN] When register, user are not verified
* [RED] Only verified user can login
* [GREEN] User cannot login if they are not yet verified
* [RED] Valid Token should verify a user while invalid ones should do nothing
* [GREEN] Valid Token should verify a user while invalid ones should do nothing
* [REFACTOR] Migrations file
* [REFACTOR] Email no longer says the limit is 1 week for user verification
* [FIX] Fix security issue: Now token is deleted after it is consumed
* [ADD] Add legacy support
* [REFACTOR] Add test for missing line
* feat: Pbi 34 add partial assertion text backend (#108)
* [RED] test partial text assertion
* [GREEN] implement partial text assertion
* [FIX] code smell
* refactor: change request process method to allow form (#109)
* refactor: add admin for models verified user and forget password token (#110)
* fix: fix status page config models unique blank (#111)
* refactor: update team name register (#112)
* chores: add release notes
Co-authored-by: luthfifahlevi <77453015+luthfifahlevi@users.noreply.github.com>
Co-authored-by: Muhammad Fahlevi <muhammad.fahlevi@gdn-commerce.com>
Co-authored-by: Lucky Susanto <78904597+Exqrch@users.noreply.github.com>
Co-authored-by: Ferdi Fadillah <46517394+ferdifdi@users.noreply.github.com>1 parent da9c11f commit 2264d34
43 files changed
Lines changed: 1375 additions & 255 deletions
File tree
- apimonitor
- migrations
- cron
- management/commands
- docs
- error_logs
- forget_password
- login
- logout
- monapi
- register
- migrations
- statuspage
- migrations
- template/email
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| 62 | + | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| |||
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| 153 | + | |
150 | 154 | | |
151 | 155 | | |
152 | 156 | | |
| |||
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| 175 | + | |
| 176 | + | |
171 | 177 | | |
0 commit comments