Anthony Lapenna
b5429f7504
docs(README): add code climate badge
2017-08-04 08:09:29 +02:00
Liam Cottam
cf5c3ee536
fix(container-console): fix an issue with scrollbar ( #932 ) ( #1086 )
2017-08-04 08:02:26 +02:00
tfenster
86c450bd91
feat(templates): Use container name as hostname ( #1084 )
2017-08-04 07:54:03 +02:00
Anthony Lapenna
0d6ab099ac
feat(templates): update LinuxServer.io templates feed URL ( #1089 )
2017-08-01 11:24:44 +02:00
Anthony Lapenna
5110f83fae
fix(rest): fix an issue with rest factories using $http ( #1077 )
2017-07-27 10:46:29 +02:00
Anthony Lapenna
252e05e963
fix(container-details): add missing Created field from ContainerDetailsViewModel ( #1075 )
2017-07-26 17:12:02 +02:00
Dan Hlavenka
635ecdef72
style(sidebar): crop logo.png to fit in sidebar without scaling ( #1072 )
2017-07-26 07:52:44 +02:00
Anthony Lapenna
b08d2b07bc
feat(volume-creation): add plugin support ( #1044 )
...
* feat(volume-creation): add plugin support
* feat(plugins): only use systemInfo to retrieve plugins when API version < 1.25
* refactor(createVolume): remove unused dependencies
2017-07-25 16:21:32 +02:00
Anthony Lapenna
3919ad3ccf
fix(images): show image usage only if endpoint API version >= 1.25 ( #1067 )
2017-07-24 19:11:12 +02:00
Konstantin Azizov
aca4f5c286
fix(containers): Fix available buttons for created container ( #1065 )
2017-07-24 16:39:04 +02:00
Anthony Lapenna
387b4c66d9
fix(containers): fix an issue when only containers without ports are running ( #1068 )
2017-07-24 16:29:28 +02:00
Anthony Lapenna
7c40d2caa9
fix(services): use secrets with services only if endpoint API version >= 1.25
2017-07-24 11:59:09 +02:00
Anthony Lapenna
02203e7ce5
refactor(api): relocate /docker API endpoint under /endpoints ( #1053 )
2017-07-20 16:22:27 +02:00
Anthony Lapenna
53583741ba
fix(UAC): fix the ability to update the ownership of a resource from public to another type ( #1054 )
2017-07-20 15:48:05 +02:00
1138-4EB
12eb9671de
style(volumes): replace label 'Dangling' with 'Unused' ( #1052 )
2017-07-20 08:47:11 +02:00
Anthony Lapenna
29d66bfd97
fix(containers): add support for the 'dead' status ( #1048 )
2017-07-19 16:34:11 +02:00
Anthony Lapenna
57fde5ae7c
feat(Dockerfile): use portainer/base image ( #1045 )
2017-07-18 12:17:31 +02:00
Anthony Lapenna
471f902171
Merge tag '1.13.6' into develop
...
Release 1.13.6
2017-07-17 16:00:47 +02:00
Anthony Lapenna
2e2aba1bbb
Merge branch 'release/1.13.6'
2017-07-17 16:00:40 +02:00
Anthony Lapenna
f2347b2f77
chore(version): bump version number
2017-07-17 15:59:43 +02:00
Anthony Lapenna
a39645a297
fix(images): fix the system/df call to display unused images ( #1037 )
2017-07-17 15:58:53 +02:00
Anthony Lapenna
806a0b92a0
Merge tag '1.13.5' into develop
...
Release 1.13.5
2017-07-13 18:08:50 +02:00
Anthony Lapenna
a438357b45
Merge branch 'release/1.13.5'
2017-07-13 18:08:46 +02:00
Anthony Lapenna
206eb0513d
chore(version): bump version number
2017-07-13 18:08:39 +02:00
Anthony Lapenna
5ad6837547
feat(container-console): improve container console UX ( #1031 )
2017-07-13 18:04:58 +02:00
Anthony Lapenna
272a040c91
feat(volumes): add a label in front of dangling volumes ( #1025 )
2017-07-13 13:50:59 +02:00
Anthony Lapenna
c04b9e5340
feat(volumes): new truncate method for volume paths ( #1028 )
2017-07-13 13:50:42 +02:00
Anthony Lapenna
3f085a977c
fix(UAC): allow a team member to delete a resource control ( #1030 )
2017-07-13 09:12:06 +02:00
Anthony Lapenna
a1dd12a947
feat(sidebar): sort available endpoints alphabetically ( #1027 )
2017-07-12 20:52:07 +02:00
Anthony Lapenna
a7df43bd45
feat(container-details): show container ID ( #1026 )
2017-07-12 19:37:34 +02:00
Anthony Lapenna
5d749c2ebf
feat(auth): use the same error message on invalid authentication ( #1024 )
2017-07-12 17:22:14 +02:00
Anthony Lapenna
536ca15e90
fix(swarm): fix multiple Swarm related issues ( #1022 )
...
* fix(containers): fix an issue where the containers would not be displayed
* fix(images): image usage filtering is not compliant with docker/swarm
* fix(volume-creation): do not load volume driver with docker/swarm
2017-07-12 16:11:11 +02:00
Anthony Lapenna
703e423e04
fix(external-endpoints): prevent the creation of an invalid file endpoint ( #1021 )
2017-07-12 15:15:42 +02:00
Anthony Lapenna
780fec8e36
fix(access): fix an issue where an access would disappear ( #1018 )
2017-07-12 14:13:51 +02:00
1138-4EB
0a436600f4
feat(build-system): dynamic vendoring ( #994 )
2017-07-12 11:28:51 +02:00
Anthony Lapenna
32c2ce90e2
feat(build-system): automatically remove binary build container
2017-07-12 10:13:00 +02:00
Anthony Lapenna
a864641692
refactor(UAC): refactor common views to components ( #1013 )
2017-07-12 09:51:51 +02:00
Anthony Lapenna
344eee098d
chore(deps): update xtermjs version ( #1012 )
2017-07-11 16:52:39 +02:00
Konstantin Azizov
bc4b0a0b35
feat(images): display unused images tags ( #1009 )
2017-07-11 09:56:28 +02:00
1138-4EB
b23943e30b
refactor(build-system): reduce gruntfile verbosity, drop grunt-if, allow custom build ( #939 )
2017-07-11 09:30:25 +02:00
Glowbal
25ed6a71fb
feat(services): add support for placement preferences ( #1003 )
2017-07-10 09:33:09 +02:00
Konstantin Azizov
8dc6d05ed6
feat(console): allow the user to specify a command in the console section ( #259 ) ( #1007 )
2017-07-10 09:10:10 +02:00
Konstantin Azizov
fe5a993fc9
feat(volumes): view dangling volumes ( #993 )
2017-07-09 18:49:36 +02:00
Thomas Krzero
6df5eb3787
feat(service-details) - add service logs ( #671 )
2017-07-08 11:34:21 +02:00
Konstantin Azizov
bc3d5e97ea
chore(build-system): update `run-dev` to mount assets ( #997 )
2017-07-08 10:42:41 +02:00
Glowbal
9909b6d481
feat(backend): make swarm api endpoint admin user protected ( #991 )
2017-07-08 10:34:04 +02:00
Glowbal
90a32d1b67
refactor(html): fix html tags and escape special characters ( #987 )
2017-07-08 10:23:00 +02:00
Konstantin Azizov
472834ac42
feat(containers): add buttons disabling based on cluster selection ( #985 )
2017-07-08 10:07:08 +02:00
Anthony Lapenna
b3f4c6f751
refactor(image-details): place imageLayer model under models/docker
2017-07-08 09:22:39 +02:00
Anthony Lapenna
317303fc43
feat(image-details): image layer enhancements
2017-07-08 09:21:30 +02:00