Stan Lewis
|
c6b80a80e4
|
Fix #124
|
2016-08-28 11:02:45 +08:00 |
Stan Lewis
|
c2298c754c
|
Implement and fix #122
|
2016-08-12 13:30:34 -04:00 |
Stan Lewis
|
900acd92be
|
Have a log icon per container, fix #121
|
2016-08-11 13:10:51 -04:00 |
Stan Lewis
|
ff9d55787c
|
Add primaryKeyFn to namespace table
|
2016-07-20 09:14:01 -04:00 |
James Strachan
|
624c18a697
|
fix resizing for DeploymentConfig on openshift
|
2016-07-19 10:31:54 +01:00 |
James Strachan
|
7b3965f844
|
lets not use the portalIP on OpenShift; we should be using routes or nodePorts if there's no ingress
|
2016-07-17 10:00:05 +01:00 |
James Strachan
|
3fce2dcc0b
|
fix orderBy bug introduced by newer angular
|
2016-07-04 14:05:00 +01:00 |
Jimmi Dyson
|
6c17356f7f
|
Discover route scheme from route spec TLS
|
2016-06-29 09:35:41 +01:00 |
James Strachan
|
ce419e0f3b
|
lets add a link directly to the teams development runtime environment along with better tooltips
|
2016-06-24 11:55:10 +01:00 |
James Strachan
|
095310f9ec
|
fix environment links on a team to include the team name in the breadcrumbs
|
2016-06-24 11:50:45 +01:00 |
James Strachan
|
933970b94b
|
lets combine annotations from podTemplates too; for the case we annotate Deployment / DeploymentConfigs and the annotations end up on pods but can miss the RS/RC
|
2016-06-24 11:40:21 +01:00 |
Stan Lewis
|
2d49465146
|
Add remove/create controls for namespaces in a team, fabric8io/fabric8-console#181
|
2016-06-23 11:47:56 -04:00 |
Stan Lewis
|
3d0a9d1218
|
Clean up errors thrown by environment view for now
|
2016-06-22 16:32:35 -04:00 |
Stan Lewis
|
9fa0465fca
|
Update team page from 'tiles' to 'cards'
|
2016-06-22 14:50:13 -04:00 |
James Strachan
|
17e1e0175f
|
add Metrics link if the app is annotated with the grafana annotation
|
2016-06-21 09:47:18 +01:00 |
James Strachan
|
f38fca4232
|
fixed the dashboards when using kubernetes and ReplicaSets / Deployments
|
2016-06-21 09:22:24 +01:00 |
James Strachan
|
ed693f0ef9
|
fixes https://github.com/fabric8io/fabric8/issues/6086
|
2016-06-20 13:11:34 +01:00 |
James Strachan
|
5bfc198fd1
|
fixed deleting multiple environments
|
2016-06-15 16:09:33 +01:00 |
James Strachan
|
ef38fa3cee
|
fixes #117
|
2016-06-15 10:11:40 +01:00 |
James Strachan
|
5f35df8823
|
lets default to the runtime perspective for non-teams and the app perspective for teams on the workspaces view. Also fix the back button after navigating into a namespace
|
2016-06-15 10:05:48 +01:00 |
James Strachan
|
dd6642cfbf
|
lets use the ingress ip load balancer address if on GKE to access services
|
2016-06-14 15:08:40 +01:00 |
Kurt Stam
|
fe56b26ae6
|
Fixing setting the service scheme
|
2016-06-08 13:03:30 -04:00 |
Stan Lewis
|
d04540deed
|
Use grey instead of green when a pod isn't ready, little cleanup as well
|
2016-06-06 14:04:32 -04:00 |
Stan Lewis
|
e56b6bac24
|
Tweak column layout of event table, also sort by firstTimestamp descending so new events are up top
|
2016-06-06 11:32:37 -04:00 |
James Strachan
|
8dc47b42d8
|
fixes #113
|
2016-06-03 14:03:56 +01:00 |
Stan Lewis
|
a8763e740b
|
Avoid blocking the UI if jenkinshift isn't in the current namespace
|
2016-06-02 09:22:34 -04:00 |
James Strachan
|
91c68fe117
|
if we have no environments lets just show the apps list on the project dashboard
|
2016-05-31 14:55:06 +01:00 |
James Strachan
|
0bcfffef25
|
lets default the domain to the annotated value on the project/namespace if its available so that created routes are good
|
2016-05-31 14:51:30 +01:00 |
Kurt Stam
|
eefc2ab1b2
|
issue 108, supporting running apiman on http too
|
2016-05-27 08:50:22 -04:00 |
James Strachan
|
6df5079e4b
|
integrated events for deployment & replicaset
|
2016-05-27 11:52:12 +01:00 |
James Strachan
|
56427ea15a
|
fix scaling of replicasets
|
2016-05-27 11:46:42 +01:00 |
James Strachan
|
6673cc9198
|
Merge pull request #110 from nicolaferraro/fix-secret-screen
Fixed CRUD operations on secrets
|
2016-05-27 11:43:53 +01:00 |
James Strachan
|
2b6d452450
|
implemented scaling of deployments
|
2016-05-27 11:37:19 +01:00 |
Nicola Ferraro
|
b10a73fe84
|
Fixed CRUD operations on secrets
|
2016-05-27 12:26:39 +02:00 |
James Strachan
|
dbe3f7878d
|
fix pod counters for deployments and replicasets
|
2016-05-27 11:19:11 +01:00 |
James Strachan
|
b109899b84
|
a few fixes so that replicas and deployments can be navigated to, viewed and editted
|
2016-05-27 11:15:04 +01:00 |
Stan Lewis
|
05febd017a
|
Polish up the deployments page a little more
|
2016-05-26 16:12:36 -04:00 |
Stan Lewis
|
3d41a973de
|
Combine replicasets/replicationcontrollers into 'replicas' and deploymentconfigs/deployments into 'allDeployments, kick off deployments tab for hawtio/hawtio-kubernetes#106 and hawtio/hawtio-kubernetes#107
|
2016-05-26 14:27:32 -04:00 |
Stan Lewis
|
8bb4d5de9b
|
First spike of a create team wizard
|
2016-05-24 17:12:22 -04:00 |
Stan Lewis
|
bf588ad5c2
|
Keep namespaces in a separate attribute in the model
|
2016-05-23 11:49:34 -04:00 |
James Strachan
|
02240ff3a1
|
link to the project docs if the RC is annotated to include them
|
2016-05-23 10:55:16 +01:00 |
Stan Lewis
|
29389ae990
|
Quick and dirty config map creation
|
2016-05-20 15:16:51 -04:00 |
Stan Lewis
|
0dde97b361
|
Rework the initial page a bit to better reflect teams with direct links to environments
|
2016-05-20 14:15:52 -04:00 |
Stan Lewis
|
19d1b7f6bf
|
Pull in catalogs from the default namespace on vanilla k8s too
|
2016-05-20 09:22:00 -04:00 |
Stan Lewis
|
44f15061f9
|
Tweak side-nav width a little
|
2016-05-19 15:50:48 -04:00 |
Stan Lewis
|
e0f17582d2
|
Tweak weird nav/breadcrumb behavior when going to the build log page
|
2016-05-19 14:26:58 -04:00 |
Stan Lewis
|
1653735d9c
|
Misc fixes for build/pipeline pages, take out trigger buttons until we have 'em working
|
2016-05-19 14:03:17 -04:00 |
Stan Lewis
|
0ebb5332fa
|
Add the active page title as the last breadcrumb, also make all the breadrumb links work all the time
|
2016-05-19 11:20:15 -04:00 |
James Strachan
|
65b201510e
|
fix up the 'project name' breadcrumb so its always clickable
|
2016-05-19 10:53:47 +01:00 |
Stan Lewis
|
367b8a6629
|
Pad around the log section in the app dashboard
|
2016-05-18 15:49:20 -04:00 |