tsuru-dashboard icon indicating copy to clipboard operation
tsuru-dashboard copied to clipboard

Web dashboard for tsuru PaaS.

Results 40 tsuru-dashboard issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies
javascript

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies
javascript

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies
javascript

For some events, the event info page raises a circular dependency error. This test reproduces the error: ``` from tsuru_dashboard.apps.views import event_serialization_default class EventInfoViewTest(TestCase): def test_circular_dependency(self): data = {'_id': bson.ObjectId('5b64c49ad32e70370e94422a')}...

bug

- Expose all [available filters](https://github.com/tsuru/tsuru/blob/cc0679715a012adb29ad392a5a923d0a01fe64b0/event/event.go#L393-L411) for events. - ~Pagination should work correctly with filters added on the url manually.~ #140 - ~Events on list should be ordinary `` elements, allowing...

Currently, pool list and pool info pages break when there are errors in any of their nodes.

bug
hacktoberfest

Currently, metrics for an app are fetched from a single backend. We could support multiple backends for a single app and show each on different tabs. This will be useful...

enhancement

tsuru api has support for unbind an instance without restart with the `noRestart` flag. the dashboard should provide a way to do it too.

feature

Currently tsuru supports oauth, but several tsuru-dashboard features does not works with this authentication method. Some features should be disabled with oauth (like change password) and another feature should be...

enhancement

Tsuru has changed the Nodes/Pool structure, so dashboard should change the admin/hosts table.

enhancement
feedback needed