Commit graph

  • 90abf29db9
    Merge pull request #296 from acelaya-forks/feature/typescript Alejandro Celaya 2020-09-06 10:29:55 +0200
  • d064eb5f9e Fixed inconsistent type Alejandro Celaya 2020-09-06 10:22:21 +0200
  • 58c9ef9b51 Updated dependencies Alejandro Celaya 2020-09-06 10:17:46 +0200
  • 125b13e059 Added stryker mutator for TS Alejandro Celaya 2020-09-06 09:46:07 +0200
  • dcdee8b308 Simplified eslint config Alejandro Celaya 2020-09-06 09:32:16 +0200
  • f33d1fca39 Updated pattern for code coverage collection Alejandro Celaya 2020-09-06 09:18:02 +0200
  • 7e907ba9b6 Updated changelog Alejandro Celaya 2020-09-05 09:03:40 +0200
  • 3cec2efbbd Removed no longer used dependencies Alejandro Celaya 2020-09-05 08:57:50 +0200
  • d4094e66b3 Finished TS migration Alejandro Celaya 2020-09-05 08:49:18 +0200
  • 73b854037d Migrated to TS all visits components except the biggest two Alejandro Celaya 2020-09-04 19:33:16 +0200
  • f2e7a2161d Removed duplicated code on mercure-bound components Alejandro Celaya 2020-09-04 19:05:41 +0200
  • 260ed3041a Finished migrating visits helpers to TS Alejandro Celaya 2020-09-04 18:43:26 +0200
  • 8a146021dd Migrated first charts to TS Alejandro Celaya 2020-09-03 20:34:22 +0200
  • 4083592212 Fixed coding styles and ensured linting command applies to ts and tsx files Alejandro Celaya 2020-09-02 20:27:50 +0200
  • f9c57ca659 Migrated first visits helper components to TS Alejandro Celaya 2020-09-02 20:13:31 +0200
  • d0d664ef79 Migrated VisitsParser to TS Alejandro Celaya 2020-09-02 19:32:07 +0200
  • 16d96efa4a Finished migrating all remaining utils to TS Alejandro Celaya 2020-08-31 18:38:27 +0200
  • f8ea1ae3d5 Migrated remaining tags-related elements to TS Alejandro Celaya 2020-08-30 20:48:09 +0200
  • 18883caa6d Migrated tags helpers to TS Alejandro Celaya 2020-08-30 20:31:31 +0200
  • 84fc82b74e Fixed custom slug field not being disabled when selecting a short code length Alejandro Celaya 2020-08-30 19:50:40 +0200
  • 8a9c694fbc Migrated all remaining short-url elements to TS Alejandro Celaya 2020-08-30 19:45:17 +0200
  • 4b33d39d44 Finished migrating ll short-url helpers to TS Alejandro Celaya 2020-08-30 09:59:14 +0200
  • c0f5d9c12c Finished migrating servers module to TS Alejandro Celaya 2020-08-29 20:20:45 +0200
  • ef630af154 Migrated ShlinkApiClient to TS Alejandro Celaya 2020-08-29 19:51:14 +0200
  • ebd7a76896 Migrated to TS main services except ShlinkApiClient Alejandro Celaya 2020-08-29 18:51:03 +0200
  • 64a968711c Migrated all servers services to TS Alejandro Celaya 2020-08-29 14:16:37 +0200
  • aee4c2d02f Migrated to TS all servers helpers Alejandro Celaya 2020-08-29 13:51:53 +0200
  • 8cc0695ee9 Refactored ServerError to infer error message based on provided server type guards Alejandro Celaya 2020-08-29 10:53:02 +0200
  • f40ad91ea9 Migrated some common components and their dependencies to TS Alejandro Celaya 2020-08-29 09:19:15 +0200
  • a96539129d Migrated more common components to TS Alejandro Celaya 2020-08-28 20:05:01 +0200
  • dcf72e6818 Finished migrating remaining reducers to TS Alejandro Celaya 2020-08-28 18:33:37 +0200
  • 54290d4c9a Migrated ShlinkApiClientBuilder to TS Alejandro Celaya 2020-08-27 22:09:16 +0200
  • eb3775859a Migrated tags reducers to typescripts Alejandro Celaya 2020-08-27 19:12:09 +0200
  • 83531666de Migrated to typescript the most complex reducer in the project Alejandro Celaya 2020-08-27 18:31:56 +0200
  • f3a2535e2f Defined visits TS types Alejandro Celaya 2020-08-27 17:56:48 +0200
  • f283dc8569 Migrated short URL helper modal components to TS Alejandro Celaya 2020-08-26 20:37:36 +0200
  • b19bbee7fc More components migrated to TS Alejandro Celaya 2020-08-26 20:03:23 +0200
  • 1b03d04318 Migrated more short-url reducers to TS Alejandro Celaya 2020-08-26 18:55:40 +0200
  • 6696fb13d6 Created redux test Alejandro Celaya 2020-08-25 20:23:12 +0200
  • f04aece7df Removed dependency on redux-actions for all reducers already migrated to typescript Alejandro Celaya 2020-08-25 19:41:48 +0200
  • d8f3952920 Migrated first short URL reducers to typescript Alejandro Celaya 2020-08-24 18:52:52 +0200
  • fefa4e7848 Migrated settings module to TS Alejandro Celaya 2020-08-24 17:32:20 +0200
  • 0b4a348969 Migrated remoteServers reducer to TS Alejandro Celaya 2020-08-23 11:58:43 +0200
  • 3e2fee0df5 Migrated selectedServer test to typescript Alejandro Celaya 2020-08-23 10:58:43 +0200
  • 294888454d Renamed NewServerData to ServerData, as it's used in other contexts too Alejandro Celaya 2020-08-23 10:52:37 +0200
  • 1b7e1e2b5b Tweaked server types and data Alejandro Celaya 2020-08-23 10:51:42 +0200
  • dc78138066 Migrate servers reducer to typescript Alejandro Celaya 2020-08-23 10:20:31 +0200
  • 87e64e5899 Migrated first reducer to typescript, adding also type for the shared app state Alejandro Celaya 2020-08-23 09:52:09 +0200
  • e193a692e8 Migrated all service providers to typescript Alejandro Celaya 2020-08-23 09:03:44 +0200
  • 2eba607874 More elements migrated to typescript Alejandro Celaya 2020-08-22 19:03:25 +0200
  • 62df46d648 Refactored many helpers to Typescript Alejandro Celaya 2020-08-22 18:32:48 +0200
  • 7c67fa4149 Migrate CreateServer component to Typescript Alejandro Celaya 2020-08-22 17:58:44 +0200
  • 2db85c2783 Migrated to typescript first component getting another component with props injected Alejandro Celaya 2020-08-22 13:41:54 +0200
  • 39663ba936 Migrated to TS first component where some dependency was being injected Alejandro Celaya 2020-08-22 11:20:27 +0200
  • eefea0c37b Added babel plugins to support latest TS functionalities Alejandro Celaya 2020-08-22 11:00:11 +0200
  • d65a6ba970 Migrated to Typescript a file which is imported in JS files Alejandro Celaya 2020-08-22 09:48:55 +0200
  • 524b0a74c6 Migrated first component and test to typescript Alejandro Celaya 2020-08-22 09:15:05 +0200
  • 72de9d4ff8 Added first Typescript files Alejandro Celaya 2020-08-22 08:47:19 +0200
  • a91f1b3bd4 Fixed coding styles Alejandro Celaya 2020-08-22 08:10:31 +0200
  • 343a93b984 Installed TS and updated linter Alejandro Celaya 2020-08-22 08:06:41 +0200
  • 8be17cce8a
    Merge pull request #291 from acelaya-forks/feature/toggle-switch Alejandro Celaya 2020-07-14 16:23:23 +0200
  • d2f818c1ea Moved common code between Checkbox and ToggleSwitch to child component Alejandro Celaya 2020-07-14 16:12:14 +0200
  • a675d60d59 Added new ToggleSwitch component Alejandro Celaya 2020-07-14 16:05:00 +0200
  • 2d96c21b50 Updated changelog Alejandro Celaya 2020-07-09 17:46:44 +0200
  • 6f6ba9e34d
    Merge pull request #290 from MartinH0/patch-1 Alejandro Celaya 2020-07-09 17:42:39 +0200
  • e6efda5563 Fixed wrong use of quotes Alejandro Celaya 2020-07-09 17:36:26 +0200
  • b1df1652bf Fixed ShlinkVersions test Alejandro Celaya 2020-07-09 17:34:23 +0200
  • 474239c151 Moved version link to common component, and fixed coding styles Alejandro Celaya 2020-07-09 17:17:19 +0200
  • feeb212259
    Update ShlinkVersions.js MartinH0 2020-07-09 15:54:45 +0200
  • 90245016a0
    Update ShlinkVersions.js MartinH0 2020-07-09 15:47:09 +0200
  • 8c7616c3a7
    Update ShlinkVersions.js MartinH0 2020-07-09 15:33:58 +0200
  • ea84ce9c41
    Update ShlinkVersions.js MartinH0 2020-07-09 15:25:53 +0200
  • c4730ec92d
    Update ShlinkVersions.js MartinH0 2020-07-09 15:18:48 +0200
  • 76b3d573c0
    Update ShlinkVersions.js MartinH0 2020-07-09 15:15:01 +0200
  • b96f4b7a90
    Update ShlinkVersions.js MartinH0 2020-07-09 15:04:14 +0200
  • 2a0def262d
    Update ShlinkVersions.js MartinH0 2020-07-09 14:53:15 +0200
  • 897e35f0b8
    Update ShlinkVersions.js MartinH0 2020-07-09 14:43:53 +0200
  • 1c335506d8
    Update ShlinkVersions.js MartinH0 2020-07-09 12:58:10 +0200
  • d46acdbd70
    Added Links to Version Info MartinH0 2020-07-07 22:10:35 +0200
  • 026bb4140e Merge branch 'main' of github.com:shlinkio/shlink-web-client into main Alejandro Celaya 2020-07-06 09:31:37 +0200
  • d80f3da55d Updated comment on issue templates Alejandro Celaya 2020-07-06 09:31:11 +0200
  • f18495a4b1
    Updated comment fixing line breaks Alejandro Celaya 2020-06-27 09:11:42 +0200
  • f908da78f6
    Merge pull request #287 from acelaya-forks/feature/servers-warning Alejandro Celaya 2020-06-22 22:04:55 +0200
  • bc16381c90 Added warning to pre-configuring servers section Alejandro Celaya 2020-06-22 21:57:58 +0200
  • 4cb7aa64cf Removed references to master branch Alejandro Celaya 2020-06-20 20:03:00 +0200
  • da6d7aea8b
    Merge pull request #284 from acelaya-forks/feature/simplify-travis Alejandro Celaya 2020-06-10 18:50:23 +0200
  • b310d79110 Removed all conditional checks in travis Alejandro Celaya 2020-06-10 18:43:11 +0200
  • e26cdc11c3
    Merge pull request #283 from acelaya-forks/feature/chart-legend v2.5.1 Alejandro Celaya 2020-06-06 12:27:01 +0200
  • fa54aa3128 Updated changelog Alejandro Celaya 2020-06-06 12:17:45 +0200
  • e31e70039d Created GraphCard test Alejandro Celaya 2020-06-06 12:16:19 +0200
  • cb761dea8f Increased default height for doughnut charts Alejandro Celaya 2020-06-06 12:08:21 +0200
  • 949e0da105 Added custom responsive legend to doughnut charts Alejandro Celaya 2020-06-06 11:58:25 +0200
  • 770cc59448 Extracted logic to render graph from GraphCard to DefatlChart component Alejandro Celaya 2020-06-06 10:35:13 +0200
  • 72dd2bd0a7
    Merge pull request #282 from acelaya-forks/feature/mercure-dup-code Alejandro Celaya 2020-06-06 09:47:15 +0200
  • 54733eaa18 Updated changelog Alejandro Celaya 2020-06-06 09:30:39 +0200
  • 52c56f7918 Created custom react hook that binds to mercure topic Alejandro Celaya 2020-06-06 09:29:43 +0200
  • c46d5187c1 Removed duplicated code when binding to mercure by checking if enabled first Alejandro Celaya 2020-06-06 09:24:05 +0200
  • 05e3e87653
    Merge pull request #281 from acelaya-forks/feature/docker-version Alejandro Celaya 2020-06-06 08:58:41 +0200
  • 8b9289ff08 Fixed version not properly provided to docker image Alejandro Celaya 2020-06-06 08:50:37 +0200
  • 16ffbcfbc0
    Merge pull request #278 from acelaya-forks/feature/fix-default-grouping Alejandro Celaya 2020-05-31 20:30:32 +0200