Alejandro Celaya
|
f4dbd03c7e
|
Added checkbox to control the findIfExists shlink flag
|
2019-03-17 17:48:05 +01:00 |
|
Alejandro Celaya
|
312c6cd550
|
Merge pull request #126 from acelaya/feature/redux-actions
Feature/redux actions
|
2019-03-17 10:31:13 +01:00 |
|
Alejandro Celaya
|
8d9e8565f0
|
Updated changelog
|
2019-03-17 10:23:17 +01:00 |
|
Alejandro Celaya
|
d1c10e4895
|
Removed test cases for the old default on reducers switch statements
|
2019-03-17 10:17:44 +01:00 |
|
Alejandro Celaya
|
232c059e4f
|
Replaced usages of defaultState by initialState
|
2019-03-17 10:11:20 +01:00 |
|
Alejandro Celaya
|
5bb9d15e27
|
Refactored tagEdit reducer to take advantage of redux-actions
|
2019-03-17 10:07:28 +01:00 |
|
Alejandro Celaya
|
879034c9c6
|
Refactored tagDelete reducer to take advantage of redux-actions
|
2019-03-17 10:02:44 +01:00 |
|
Alejandro Celaya
|
740aacbbf1
|
Refactored tagsList reducer to take advantage of redux-actions
|
2019-03-17 09:59:26 +01:00 |
|
Alejandro Celaya
|
fcfab79bed
|
Refactored shortUrlDetail reducer to take advantage of redux-actions
|
2019-03-17 09:38:37 +01:00 |
|
Alejandro Celaya
|
468e34aa3d
|
Refactored shortUrlVisits reducer to take advantage of redux-actions
|
2019-03-17 09:36:07 +01:00 |
|
Alejandro Celaya
|
7ff7318089
|
Refactored shortUrlTags reducer to take advantage of redux-actions
|
2019-03-17 09:32:53 +01:00 |
|
Alejandro Celaya
|
4654bff737
|
Refactored shortUrlDeletion reducer to takle advantage of redux-actions
|
2019-03-17 09:27:01 +01:00 |
|
Alejandro Celaya
|
3075ccb4b9
|
Refactored shortUrlCreation reducer to takle advantage of redux-actions
|
2019-03-17 09:20:02 +01:00 |
|
Alejandro Celaya
|
4894ab9035
|
Refactored shortUrlsListParams reducer to takle advantage of redux-actions
|
2019-03-17 09:15:58 +01:00 |
|
Alejandro Celaya
|
4a09d99322
|
Refactored shortUrlsList to take advantage of redux-actions
|
2019-03-17 09:11:37 +01:00 |
|
Alejandro Celaya
|
51b5f6264d
|
Refactored server reducer, removing duplicated code and taking advantage of redux-actions
|
2019-03-17 09:06:10 +01:00 |
|
Alejandro Celaya
|
724c804971
|
Installed redux-actions dependency and used it for selectedServer reducer
|
2019-03-17 08:49:24 +01:00 |
|
Alejandro Celaya
|
2ba86767fe
|
Merge pull request #124 from acelaya/feature/paginated-charts
Feature/paginated charts
|
2019-03-16 09:11:01 +01:00 |
|
Alejandro Celaya
|
391424d8a1
|
Ensured bar charts are regenerated when their height changes
|
2019-03-16 09:02:40 +01:00 |
|
Alejandro Celaya
|
e0db6d5a57
|
Improved SortableBarGraph test
|
2019-03-10 17:55:02 +01:00 |
|
Alejandro Celaya
|
87dc24e8a2
|
Fixed and improved OpenMapModalBtn and ShortUrlVisit components tests
|
2019-03-10 13:05:20 +01:00 |
|
Alejandro Celaya
|
5233f5a07b
|
Updated OpenMapModalBtn so that it allows showing only active cities
|
2019-03-10 12:09:54 +01:00 |
|
Alejandro Celaya
|
478ee59bb0
|
Updated cities chart so that map shows locations from current page when result set is paginated
|
2019-03-10 10:56:36 +01:00 |
|
Alejandro Celaya
|
b6f6b1ae9d
|
Enabled stickiness on footer
|
2019-03-10 10:08:42 +01:00 |
|
Alejandro Celaya
|
1ad4290487
|
Applied some naming improvements
|
2019-03-10 09:54:40 +01:00 |
|
Alejandro Celaya
|
61480abd2e
|
Updated charts to allow optional pagination
|
2019-03-10 08:28:14 +01:00 |
|
Alejandro Celaya
|
c094a27c97
|
Created PaginationDropdown component
|
2019-03-09 13:20:43 +01:00 |
|
Alejandro Celaya
|
83704ca4b5
|
Created rangeOf helper function which does a range + map
|
2019-03-09 12:19:33 +01:00 |
|
Alejandro Celaya
|
60576388c5
|
Merge pull request #122 from acelaya/feature/cancel-visits-load
Feature/cancel visits load
|
2019-03-08 19:56:45 +01:00 |
|
Alejandro Celaya
|
9f172c308c
|
Ensured travis makes use of a working node version for builds
|
2019-03-08 19:50:47 +01:00 |
|
Alejandro Celaya
|
d7312d26f7
|
Added missing test for new action creator
|
2019-03-08 19:45:35 +01:00 |
|
Alejandro Celaya
|
4e6ef6ac53
|
Removed empty line
|
2019-03-08 19:43:27 +01:00 |
|
Alejandro Celaya
|
de563f9ebf
|
Updated changelog
|
2019-03-08 19:42:07 +01:00 |
|
Alejandro Celaya
|
3982d77775
|
Ensured visits loading is cancelled when the visits page is unmounted
|
2019-03-08 19:40:43 +01:00 |
|
Alejandro Celaya
|
24bbbf6cb1
|
Merge pull request #121 from acelaya/feature/fix-empty-locations
Feature/fix empty locations
|
2019-03-05 14:33:33 +01:00 |
|
Alejandro Celaya
|
9ddd5de008
|
Updated changelog
|
2019-03-05 14:12:11 +01:00 |
|
Alejandro Celaya
|
87a4598391
|
Ensured maps modal btn is not rendered when the number of located cities is 0
|
2019-03-05 14:09:08 +01:00 |
|
Alejandro Celaya
|
701c143149
|
Updated ErrorHandler so that it logs errors in production
|
2019-03-05 14:04:52 +01:00 |
|
Alejandro Celaya
|
43097b93e5
|
Fixed docker build badge
|
2019-03-05 12:11:18 +01:00 |
|
Alejandro Celaya
|
e303a80683
|
Updated bootstrap to solve security issue
|
2019-03-04 21:05:30 +01:00 |
|
Alejandro Celaya
|
5defc20e9f
|
Merge pull request #117 from acelaya/feature/error-handler
Feature/error handler
|
2019-03-04 20:55:48 +01:00 |
|
Alejandro Celaya
|
d75eff62e3
|
Updated changelog
|
2019-03-04 20:50:05 +01:00 |
|
Alejandro Celaya
|
ad9f0c00d0
|
Created ErrorHandler test
|
2019-03-04 20:49:18 +01:00 |
|
Alejandro Celaya
|
cd908fa358
|
Created ErrorHandler component
|
2019-03-04 20:41:02 +01:00 |
|
Alejandro Celaya
|
2bf79dbc80
|
Merge pull request #114 from acelaya/feature/lat-lang-error
Fixed crash when trying to load a map with just one location
|
2019-03-04 20:35:10 +01:00 |
|
Alejandro Celaya
|
4c729a405d
|
Fixed crash when trying to load a map with just one location
|
2019-03-04 20:24:28 +01:00 |
|
Alejandro Celaya
|
28c9f9ac96
|
Merge pull request #112 from acelaya/feature/many-visits
Improved performance while calculating status
|
2019-03-04 19:37:00 +01:00 |
|
Alejandro Celaya
|
2820caf955
|
Updated changelog
|
2019-03-04 19:29:56 +01:00 |
|
Alejandro Celaya
|
ba5ea7407b
|
Used native javascript reduce instead of ramda reduce
|
2019-03-04 19:28:24 +01:00 |
|
Alejandro Celaya
|
1bc406b0d9
|
Ensured requests when loading visits are made in parallel for big dataset
|
2019-03-04 19:21:46 +01:00 |
|