xAt0mZ
64d382f612
fix(containers): multiple clics on image commit ( #3013 )
2019-07-22 12:58:22 +02:00
xAt0mZ
4fcd2e8afe
style(container-creation): clarify ports mapping ( #2995 )
2019-07-22 12:55:58 +02:00
William
16234aa0c1
style(users): fix typo/grammar ( #3010 )
2019-07-22 12:55:40 +02:00
xAt0mZ
03c82cac69
feat(datatables): auto refresh on datatables ( #2974 )
...
* feat(datatables): auto refresh on datatables
* feat(datatables): auto refresh implementation on docker related resources
2019-07-22 12:54:59 +02:00
linquize
cc487ae68a
fix(registries): can edit registries when --no-auth is set ( #2763 )
2019-07-20 16:48:59 -07:00
Anthony Lapenna
90d3f3a358
Enable endpoint backend pagination ( #2989 )
...
* feat(api): remove SnapshotRaw from EndpointList response
* feat(api): add pagination for EndpointList operation
* feat(api): rename last_id query parameter to start
* feat(api): implement filter for EndpointList operation
* feat(home): front - endpoint backend pagination (#2990 )
* feat(home): endpoint pagination with backend
* feat(api): remove default limit value
* fix(endpoints): fix a minor issue with column span
* fix(endpointgroup-create): fix an issue with endpoint group creation
* feat(app): minor loading optimizations
* refactor(api): small refactor of EndpointList operation
* fix(home): fix minor loading text display issue
* refactor(api): document bolt services functions
* feat(home): minor optimization
* fix(api): replace seek with index scanning for EndpointPaginated
* fix(api): fix invalid starting index issue
* fix(api): first implementation of working filter
* fix(home): endpoints list keeps backend pagination when it needs to
* fix(api): endpoint pagination doesn't drop the first item on pages >=2 anymore
* fix(home): UI flickering on page/filter load/change
* feat(api): support searching in associated endpoint group data
* feat(api): declare EndpointList params as optional
* feat(endpoints): backend pagination for endpoints view (#3004 )
* feat(endpoint-group): enable backend pagination (#3017 )
* feat(api): support groupID filter on endpoints route
* feat(api): add new API operations endpointGroupAddEndpoint and endpointGroupDeleteEndpoint
* feat(endpoint-groups): backend pagination support for create and edit
* feat(endpoint-groups): debounce on filter for create/edit views
* feat(endpoint-groups): filter assigned on create view
* (endpoint-groups): unassigned endpoints edit view
* refactor(endpoint-groups): code clean
* feat(endpoint-groups): remove message for Unassigned group
* refactor(api): endpoint group endpoint association refactor
* refactor(api): rename files and remove comments
* refactor(api): remove usage of utils
* refactor(api): optional parameters
* feat(api): update endpointListOperation behavior and parameters
* refactor(api): remove unused methods associated to EndpointService
* refactor(api): remove unused methods associated to EndpointService
* refactor(api): minor refactor
2019-07-20 16:28:11 -07:00
William
d52a1a870c
chore(project): clarify bug template ( #3021 )
2019-07-18 17:46:25 -07:00
William
0b7500827b
chore(project): stalebot integration ( #3019 )
...
* chore(project): stalebot integration
* chore(project): put file in correct directory
2019-07-18 16:28:08 -07:00
xAt0mZ
f71a565acc
refactor(container): reword notification messages
2019-07-18 17:19:00 +02:00
Anthony Lapenna
92a615d7b6
Revert "fix(api): AddCron fix after library update ( #3014 )" ( #3016 )
...
This reverts commit c432ead45f
.
2019-07-16 22:22:57 -07:00
xAt0mZ
c432ead45f
fix(api): AddCron fix after library update ( #3014 )
2019-07-16 21:34:31 -07:00
xAt0mZ
a856053338
fix(containers): multiple clics on image commit button were creating a lot of images
2019-07-15 13:28:30 +02:00
itsconquest
afda5d07bf
style(container-stats): clarify network graph is aggregate
2019-07-11 16:52:28 +12:00
xAt0mZ
693182fbd3
feat(auth): login spinner ( #2999 )
2019-07-11 04:13:03 +12:00
itsconquest
d1fee6f119
style(container-creation): clarify ports mapping
2019-07-10 17:16:43 +12:00
xAt0mZ
4084e7c8ec
feat(home): pagination on endpoints list ( #2981 )
2019-07-05 09:46:59 +12:00
xAt0mZ
f20526d662
fix(app): disable-authorization directive was hiding/showing elements instead of disabling them
2019-07-04 15:36:29 +02:00
xAt0mZ
3d4af7c54f
feat(registry): disable browse for quay.io registry ( #2971 )
...
* feat(registry): disable browse for quay.io registry
* refactor(registry): browsable urls check done with function
2019-07-03 00:33:46 +02:00
xAt0mZ
1138fd5ab1
fix(datatables): allow selecting range using shift ( #344 ) ( #2962 )
...
* fix(datatables): allow selecting range using shift (#344 )
* feat(datatables): more intuitive batch select behaviour
* feat(datatables): add overridable function called on selection change
* refactor(datatables): remove custom selectAll on Generic-extending Controllers
* fix(datatables): stored state data retrieval on Generic-extanding datatables controllers
* refactor(datatables): remove code duplication between GenericController and extending controllers
2019-07-02 17:51:17 +02:00
xAt0mZ
6591498ab9
feat(node-details): move engine labels from node-details panel to engine-details panel ( #2966 )
2019-06-25 11:22:45 +12:00
Anthony Lapenna
7a8a54c96a
refactor(api): introduce ExtensionServer constant
2019-06-23 11:36:45 +12:00
Anthony Brame
b3c7c76be2
fix(swarmvisualizer): nodes are now sorted by roles then by hostname ( #2885 )
2019-06-21 15:50:58 +02:00
Michael Oborne
fb69ffa764
fix(create-container): init ExposedPorts on container creation process ( #2933 )
2019-06-21 15:48:52 +02:00
Pedro Henrique
96f266adf6
fix(volume-browser): download capability for all types of files ( #2954 )
2019-06-21 15:44:29 +02:00
William
f3b9668629
fix(endpoints): always reset agent headers when switching state ( #2939 )
2019-06-18 14:45:49 +02:00
xAt0mZ
71b1da8d32
fix(app): wrapper for UI refresh trigger with async/await ( #2945 )
...
* fix(app): wrapper for UI refresh trigger with async/await
* fix(async): $async wrapper now accepts functions with params
* fix(async): $async should return a promise to be chained with ES5 .then() style
* fix(async): $async with multiple params was not working
* refactor(app): wrap all async functions with $async
* docs(async): add link to async wrapper documentation
2019-06-17 16:51:39 +02:00
xAt0mZ
09cf55a7dc
fix(build): bump auto-ngtemplate-loader to 2.0.1 to fix windows builds ( #2935 )
2019-06-14 14:22:49 +02:00
dependabot[bot]
ead160f792
chore(deps): bump js-yaml from 3.10.0 to 3.13.1 ( #2930 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.10.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.10.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-06-11 23:41:32 +02:00
xAt0mZ
144e0ae07e
refactor(app): move storidge to new 'integrations' module ( #2905 )
...
* refactor(app): move storidge to new 'integrations' module
* style(storidge): revert TODO note removal
2019-06-11 23:13:18 +02:00
Anthony Lapenna
67de71a18f
docs(api): update swagger documentation
2019-06-11 10:34:54 +12:00
Anthony Lapenna
e5f092058b
Merge tag '1.21.0' into develop
...
Release 1.21.0
2019-06-04 15:51:32 +12:00
Anthony Lapenna
c1433eff0d
Merge branch 'release/1.21.0'
2019-06-04 15:51:20 +12:00
Anthony Lapenna
48281df41a
chore(version): bump version number
2019-06-04 15:51:11 +12:00
Steven Kang
af08a1b0f6
fix(build-system) - fix Windows build on Azure devops ( #2921 )
...
* fix(build-system) - add sac2016 tag
This is to fix the Windows image build, where MS stopped supporting the `latest` tag
* fix(build-system) - use ARG for win multi-arch
* fix(build-system) - use ARG for win multi-arch
* fix(build-system) - delete unused Dockerfile
* fix(build-system) - use ARG for win multi-arch
* fix(build-system) - update GOPATH
* fix(build-system) - update GOPATH and add debug
* Debug
* Debug
* fix(build-system) - add static tag
* fix(build-system) - add static tag
* fix(build-system) - revert GOPATH
* Debug
* Debugging
* Debugging
* Debugging
* Debugging
* fix(build-system) - fix binary location
* fix(build-system) - enable verbose output
* fix(build-system) - Remove relativeTo Options
* fix(build-system) - update options
* fix(build-system) - Remove Debug
2019-06-04 14:05:04 +12:00
Anthony Lapenna
b4c16a1fb4
refactor(api): update ExtensionDefinitionsURL
2019-06-04 13:54:16 +12:00
Anthony Lapenna
d55212e9da
docs(api): update Swagger documentation
2019-06-04 11:19:37 +12:00
Anthony Lapenna
50f547a6e7
feat(motd): add the ability to use custom style ( #2918 )
...
* feat(motd): rework motd display mechanism for more flexibility on motd content
* feat(api): enhance MOTD
* refactor(api): refactor MOTD related codebase
* feat(motd): hash on message
2019-06-02 18:16:43 +12:00
Anthony Lapenna
1d9166216a
feat(app): set anonymizeIp property for GA ( #2919 )
2019-06-02 18:16:07 +12:00
Steven Kang
d75f2f5d7d
fix(build-system) - add sac2016 tag for Windows image ( #2909 )
2019-05-29 16:57:30 +12:00
baron_l
5388585ef1
fix(app): extensions status retrieval ( #2910 )
...
* fix(rbac): extensions status retrieval not interrupted anymore
* refactor(extensions): change endpoint used to retrieve extension activation status
2019-05-29 12:39:30 +12:00
Anthony Lapenna
086d4f1d1c
feat(containers): hide the attach quick action by default ( #2908 )
...
* feat(containers): hide the attach quick action by default
* fix(containers): add missing display checks for quick actions column
* fix(services): add missing showQuickActionAttach property
2019-05-29 12:15:52 +12:00
baron_l
608fc497a8
fix(app): extensions cache only for rbac ( #2904 )
2019-05-28 20:41:20 +12:00
Anthony Lapenna
dc3a29ad43
refactor(rbac): update RBAC name to full-length name
2019-05-27 15:48:46 +12:00
Anthony Lapenna
5fda4ff9f8
refactor(api): update role descriptions
2019-05-27 15:47:08 +12:00
Anthony Lapenna
23eaf14f58
style(roles): fix typo
2019-05-27 10:43:03 +12:00
Anthony Lapenna
a2d29df21b
fix(rbac): add specific authorization for Storidge management
2019-05-27 10:41:12 +12:00
Anthony Lapenna
4349f5803c
fix(api): fix missing default Portainer permissions for users
2019-05-27 09:31:20 +12:00
Anthony Lapenna
407328f9ed
fix(api): remove admin restriction for registry proxy endpoint
2019-05-27 09:15:50 +12:00
William
e3eeb32a11
style(container-creation): clarify port mapping ( #2899 )
2019-05-25 09:56:30 +12:00
baron_l
851607394c
feat(integrations): storidge evolution ( #2711 )
...
* feat(storidge): update storidge routes
* feat(storidge): add new fields on profile create/edit
* feat(storidge): add drives list and details view
* feat(storidge): add node details / cordon / uncordon / remove
* feat(storidge): add volume and snapshot details
* feat(storidge): add snapshot creation on volume details
* feat(storidge): add rescan drives button
* refactor(storidge): move add / remove / put in / put ouf maintenance buttons for cluster nodes
* style(storidge): change cluster / node icon color based on status
* feat(storidge): profiles can enable snapshots without interval + interval in minutes
* refactor(storidge): split cluster and node status badge filter
* fix(storidge): error on volume IOPS update
* fix(storidge): snapshot can now be created without comments
* feat(storidge): remove snapshots panels when volume snapshots are disabled
* fix(app): paginatedItemLimit now retrieved for datables extending GenericDatatableController
* fix(storidge): addDrive is called with the good parameters
* fix(storidge): update model and views for Storidge v2695
* refactor(storidge): webpack migration
* fix(storidge): display modifications + fix js errors
* feat(storidge): snapshots, profile and nodes evolution
* fix(storidge): values for InterfaceDriver on profile create/edit
* feat(storidge): v5 update without style (profile / statuses / volume)
* fix(storidge): description tables on the same view have now the same fixed offset
* fix(app): override rdash-ui select style
* Revert "fix(app): override rdash-ui select style"
This reverts commit e724833261
.
* feat(storidge): wip on update 6
* feat(storidge): update 6
* feat(storidge): update 6
* feat(storidge): update 6
* feat(storidge): update 7 - node details + cluster views
* fix(storidge): update 7 - profiles creation + volume details
* fix(storidge): update 7 - profile create/edit interface type
* feat(storidge): update 8 - add drive
* feat(storidge): update 8 - UI refactors + cluster availability
* fix(storidge): update 8 - revert cluster availability
* feat(storidge): update 8 - node availability on swarm overview
* feat(storidge): cluster condition badge
* fix(storidge): update 9 - move add storage button + api profile filesystem kv to obj
* feat(storidge): update 9 - disable add drive button when action is in progress
* fix(storidge): update 9 - add drive button will now change only for the concerned drive
* fix(storidge): update 10 - disable remove drive button when removal in progress
* fix(api): update Storidge proxy creation process
* refactor(api): update version number
* feat(extensions): fix an issue with Storidge API URL
* feat(storidge): force the use of a manager node
2019-05-25 09:53:10 +12:00