Alejandro Celaya
|
a9653b3674
|
Merge pull request #232 from acelaya-forks/feature/improve-docker-build
Feature/improve docker build
|
2020-03-20 09:23:35 +01:00 |
|
Alejandro Celaya
|
b5a188e802
|
Improved building process so that already generated dist files are reused when building docker image is possible
|
2020-03-20 09:12:43 +01:00 |
|
Alejandro Celaya
|
38fc402b16
|
Improved docker build script to avoid duplicating code
|
2020-03-20 07:12:07 +01:00 |
|
Alejandro Celaya
|
584d1ec1ce
|
Fixed conditional in docker build script
|
2020-03-19 20:39:34 +01:00 |
|
Alejandro Celaya
|
2ca7faa457
|
Merge pull request #230 from acelaya-forks/feature/travis-docker-build
Added docker image building as a deployment step for travis
|
2020-03-19 20:32:00 +01:00 |
|
Alejandro Celaya
|
03806abda0
|
Changed build steps so that mutation testing a docker build are only run on pull request builds
|
2020-03-19 20:26:35 +01:00 |
|
Alejandro Celaya
|
18d125430d
|
Added docker image building as a deployment step for travis
|
2020-03-19 20:04:30 +01:00 |
|
Alejandro Celaya
|
f57f6b7745
|
Merge pull request #228 from acelaya-forks/feature/memoize-server-version
Feature/memoize server version
|
2020-03-16 19:01:33 +01:00 |
|
Alejandro Celaya
|
75ff2b8f40
|
Added app gif to readme
|
2020-03-16 18:53:06 +01:00 |
|
Alejandro Celaya
|
2ec04c0121
|
Fixed test by using different serverId every time, preventing memoization
|
2020-03-16 18:51:04 +01:00 |
|
Alejandro Celaya
|
5145a41dac
|
Memoized the loading of the server version, assuming it will not change at runtime
|
2020-03-16 13:34:24 +01:00 |
|
Alejandro Celaya
|
25c67f1c3e
|
Merge pull request #227 from acelaya-forks/feature/edit-servers
Feature/edit servers
|
2020-03-15 14:32:30 +01:00 |
|
Alejandro Celaya
|
77b9181150
|
Replaced hardcoded color by sass var
|
2020-03-15 14:23:57 +01:00 |
|
Alejandro Celaya
|
e4f7ded8e2
|
Updated changelog
|
2020-03-15 14:04:33 +01:00 |
|
Alejandro Celaya
|
35a62f1fb1
|
Added link to edit existing servers
|
2020-03-15 14:03:41 +01:00 |
|
Alejandro Celaya
|
24f2deda46
|
Moved common code to handle currently selected server to HOC
|
2020-03-15 13:43:12 +01:00 |
|
Alejandro Celaya
|
5d8af1a0e5
|
Simplified EditServer component by wrapping ServerForm
|
2020-03-15 12:02:19 +01:00 |
|
Alejandro Celaya
|
6d44ac1e0c
|
Created common component that can be used both for create and edit servers
|
2020-03-15 11:59:07 +01:00 |
|
Alejandro Celaya
|
fb0ebddf28
|
Created component to edit existing servers
|
2020-03-15 11:29:20 +01:00 |
|
Alejandro Celaya
|
0aebaa4da1
|
Extracted logic to render horizontal form groups to their own components
|
2020-03-15 10:50:05 +01:00 |
|
Alejandro Celaya
|
f6baedc655
|
Converted CreateServer into functional component
|
2020-03-15 10:33:23 +01:00 |
|
Alejandro Celaya
|
7db222664d
|
Fixed tests
|
2020-03-15 09:56:16 +01:00 |
|
Alejandro Celaya
|
8223f0fd64
|
Undone weird changes in package lock file
|
2020-03-15 09:43:42 +01:00 |
|
Alejandro Celaya
|
f44ec42f51
|
Added links to delete and edit the server when a server could not be reached
|
2020-03-15 09:17:33 +01:00 |
|
Alejandro Celaya
|
dab75ab6a9
|
Updated badges
|
2020-03-10 21:53:21 +01:00 |
|
Alejandro Celaya
|
01672b88e1
|
Merge pull request #222 from acelaya-forks/feature/server-not-found
Feature/server not found
|
2020-03-08 13:17:56 +01:00 |
|
Alejandro Celaya
|
78dc297022
|
Updated changelog
|
2020-03-08 13:05:15 +01:00 |
|
Alejandro Celaya
|
c8cf75fa28
|
Created ServerError test
|
2020-03-08 13:04:21 +01:00 |
|
Alejandro Celaya
|
b011b4e1d8
|
Fixed tests
|
2020-03-08 12:57:01 +01:00 |
|
Alejandro Celaya
|
9804a2d18d
|
Added list of servers connected to store in ServerError component
|
2020-03-08 12:50:42 +01:00 |
|
Alejandro Celaya
|
d1a5ee43e9
|
Created components to display errors when loading a server
|
2020-03-08 12:41:18 +01:00 |
|
Alejandro Celaya
|
febecab33c
|
Migrated Home component to a functional component
|
2020-03-08 11:35:06 +01:00 |
|
Alejandro Celaya
|
99042c0979
|
Extracted servers list group from home component to a reusable component
|
2020-03-08 11:16:57 +01:00 |
|
Alejandro Celaya
|
6395e4e00b
|
Improved NotFount component so that link text is passed as children
|
2020-03-08 10:28:04 +01:00 |
|
Alejandro Celaya
|
4a69907ca3
|
Fixed generation of component keys to make them render properly
|
2020-03-08 10:16:45 +01:00 |
|
Alejandro Celaya
|
c8d682cc98
|
Handled loading server in just one place, and added error handling for loading servers
|
2020-03-08 10:00:25 +01:00 |
|
Alejandro Celaya
|
f4cc8d3a0c
|
Fixed default value for vertically aligned items
|
2020-03-07 12:07:51 +01:00 |
|
Alejandro Celaya
|
6ac89334fd
|
Merge pull request #220 from acelaya-forks/feature/improvements
Feature/improvements
|
2020-03-06 21:56:20 +01:00 |
|
Alejandro Celaya
|
f55d3a66aa
|
Converted ShortUrlsRow component into a functional component
|
2020-03-06 21:44:03 +01:00 |
|
Alejandro Celaya
|
972eafab34
|
Updated changelog
|
2020-03-06 21:26:19 +01:00 |
|
Alejandro Celaya
|
fba156b271
|
Moved copy-to-clipboard control next to short URL
|
2020-03-06 21:25:30 +01:00 |
|
Alejandro Celaya
|
96d538db15
|
Replaced Unknown by Direct for traffic comming from undetermined referrers
|
2020-03-06 20:42:22 +01:00 |
|
Alejandro Celaya
|
b89bfa3c1c
|
Merge pull request #215 from acelaya-forks/feature/versions
Feature/versions
|
2020-03-05 14:20:31 +01:00 |
|
Alejandro Celaya
|
73e3f42614
|
Added ShlinkVersions test
|
2020-03-05 13:55:39 +01:00 |
|
Alejandro Celaya
|
e761f5e1bd
|
Updated changelog
|
2020-03-05 13:45:24 +01:00 |
|
Alejandro Celaya
|
4a6dd66ecd
|
Added scripts to pass version when building docker image
|
2020-03-05 13:37:07 +01:00 |
|
Alejandro Celaya
|
8e1c6908c6
|
Updated build script so that it replaces version placeholder when a version is provided
|
2020-03-05 13:27:57 +01:00 |
|
Alejandro Celaya
|
f59e569e22
|
Extracted logic to determine app version from function to generate dist file
|
2020-03-05 13:04:12 +01:00 |
|
Alejandro Celaya
|
be50b24504
|
Added mechanism to provide a version to shlink-web-client
|
2020-03-05 12:53:32 +01:00 |
|
Alejandro Celaya
|
c181831a37
|
Fixed tests
|
2020-03-05 11:58:35 +01:00 |
|