Commit graph

2291 commits

Author SHA1 Message Date
Alejandro Celaya
850630092a Fixed selected tags lost when chaning page 2018-09-02 10:39:26 +02:00
Alejandro Celaya
34c5a0ef8f Removed duplicated code by creating a helper function 2018-08-27 16:45:46 +02:00
Alejandro Celaya
8534c4b7bd Fixed eslint version not wornking on older node versions 2018-08-26 23:28:21 +02:00
Alejandro Celaya
cddca4abcf
Merge pull request #25 from acelaya/feature/1.0.0
Feature/1.0.0
2018-08-26 20:26:02 +02:00
Alejandro Celaya
e5986ac6cf Fixed coding styles 2018-08-26 20:17:40 +02:00
Alejandro Celaya
def5afc5ee Added version 1 to changelog 2018-08-26 20:07:55 +02:00
Alejandro Celaya
3d39fa724c Created App test 2018-08-26 19:48:21 +02:00
Alejandro Celaya
933de6e2c5 Fixed event handlers not properly called 2018-08-26 19:30:56 +02:00
Alejandro Celaya
2fdc7a0ff0 Fixed shape types not properly defined as shapes but as plane objects 2018-08-26 19:19:45 +02:00
Alejandro Celaya
3569202a62 Fixed typo 2018-08-26 10:52:45 +02:00
Alejandro Celaya
c0e116b17b Disabled specific eslint rules in small blocks 2018-08-26 10:49:23 +02:00
Alejandro Celaya
6568487bca Specified node version in scrutinizer config 2018-08-26 10:40:03 +02:00
Alejandro Celaya
d6882ff8c5 Moved eslint config from package.json to .eslintrc 2018-08-26 10:30:20 +02:00
Alejandro Celaya
fff18202fd Applied coding styles to config files 2018-08-26 00:00:53 +02:00
Alejandro Celaya
4e67798746 Applied coding styles to scripts 2018-08-25 23:53:51 +02:00
Alejandro Celaya
9b668f3365 Simplified Paginator component 2018-08-25 23:45:03 +02:00
Alejandro Celaya
6c8e13ebde Added react version to eslint settings 2018-08-25 23:41:05 +02:00
Alejandro Celaya
6a016d8e6f Updated styles in javascript to fulfill adidas rules 2018-08-25 23:39:27 +02:00
Alejandro Celaya
ed0aa68452 Fixed linting issues in stylesheets 2018-08-25 15:59:51 +02:00
Alejandro Celaya
43f4b938ae Added stylelint config 2018-08-25 10:22:25 +02:00
Alejandro Celaya
6d0753481d Refactored visits parser to be functional 2018-08-24 23:55:53 +02:00
Alejandro Celaya
4924f24e1a Refactored VisitsParser taking advantage of reduce function 2018-08-24 23:51:33 +02:00
Alejandro Celaya
26a3fdfd3d Created VisitsParser test 2018-08-24 23:38:37 +02:00
Alejandro Celaya
a83be0b45c Created CreateServer test 2018-08-24 23:19:49 +02:00
Alejandro Celaya
badc8a7324 Created DeleteServerModal test 2018-08-24 12:36:14 +02:00
Alejandro Celaya
7cd9caee77 Created DeleteServerButton test 2018-08-24 12:23:35 +02:00
Alejandro Celaya
ffc596b494 Enabled linting on CI 2018-08-24 12:02:28 +02:00
Alejandro Celaya
76ae27707b Created ServersService test 2018-08-24 10:58:37 +02:00
Alejandro Celaya
53a4240219 Created ServersImporter test 2018-08-24 10:34:32 +02:00
Alejandro Celaya
12ac877e2d Created ServersExporter test 2018-08-24 10:14:00 +02:00
Alejandro Celaya
53650938f7 Improved server reducer test 2018-08-23 16:35:27 +02:00
Alejandro Celaya
ff28169c74 Created ImportServersBtn test 2018-08-23 16:26:42 +02:00
Alejandro Celaya
da1616542d Minor refactoring on ImportServersBtn 2018-08-23 15:33:05 +02:00
Alejandro Celaya
3df5fd12d3 Added serve as dev dependency 2018-08-23 09:49:13 +02:00
Alejandro Celaya
5fcb5735d6 Manually defined coverage reporters on commands, to nto break integration with webstorm 2018-08-23 09:34:26 +02:00
Alejandro Celaya
a5865e6cec Improved ShlinkApiClient test 2018-08-22 22:38:05 +02:00
Alejandro Celaya
c092f290ec Added integration with scrutinizer 2018-08-22 10:45:00 +02:00
Alejandro Celaya
9b063a4616 Implemented importing servers from CSV file 2018-08-21 20:33:12 +02:00
Alejandro Celaya
ac52f55c5e Added button to import servers from CSV file 2018-08-20 17:31:45 +02:00
Alejandro Celaya
617a3b767b Replace json-csv parsing library 2018-08-20 17:08:15 +02:00
Alejandro Celaya
b72a5d0a66 Improved ServerDropdown.text.js 2018-08-20 16:53:48 +02:00
Alejandro Celaya
e0c1e13d1e Fixed tests 2018-08-20 16:44:46 +02:00
Alejandro Celaya
2b373cc4af Added feature to export servers list 2018-08-20 16:40:33 +02:00
Alejandro Celaya
d84bf01937 Replaced anchor by span to prevent accessibility error 2018-08-20 10:04:17 +02:00
Alejandro Celaya
84d012d7af Fixed accessibility issue 2018-08-19 20:56:55 +02:00
Alejandro Celaya
96adb227d9 Added search bar to tags list 2018-08-19 20:52:33 +02:00
Alejandro Celaya
843c121285 Extracted SearchField from SearchBar component to its own component 2018-08-19 20:29:23 +02:00
Alejandro Celaya
03870c0c6f Ensured tags list keeps sorted after editing a tag 2018-08-19 20:11:43 +02:00
Alejandro Celaya
5d2de11615 Allowed tags color to be changed 2018-08-19 20:08:02 +02:00
Alejandro Celaya
71ead150a2 Added color picker to edit tag modal 2018-08-18 23:24:03 +02:00