Anthony Lapenna
1d9166216a
feat(app): set anonymizeIp property for GA ( #2919 )
2019-06-02 18:16:07 +12:00
Chaim Lev-Ari
45113a7ff4
refactor(app): introduce webpack and babel ( #2407 )
...
* feat(agent): add new host page
* feat(agent): convert volume-browser to files-datatable
* fix(agent): browse folders in file-datatable
* feat(engine-details): replace engine view with host view
* feat(engine-details): remove old panels
* feat(engine-details): add basic engine-details-panel component
* feat(engine-details): pass details to the different components
* feat(engine-details): replace host-view with host-overview
* feat(engine-details): add commaseperated filter
* feat(engine-details): add host-view container component
* feat(engine-details): add host-details component
* feat(engine-details): build host details object
* feat(engine-details): format engine version
* feat(engine-details): get details for one node
* feat(engine-details): pass is-agent from view
* feat(engine-details): replace old node view with a new component
* feat(engine-details): add swarm-node-details component
* feat(engine-details): remove isSwarm binding
* feat(engine-details): remove node-details and include in parent
* feat(engine-details): add labels-table component
* feat(engine-details): add update node service
* feat(engine-details): add update label functionality
* style(engine-details): remove whitespaces
* feat(engine-details): remove old node page
* feat(engine-details): pass is agent to host details
* feat(host-details): hide missing info
* feat(host-details): update node availability
* style(host-details): remove obsolete event object
* feat(host-details): fix labels not sending
* feat(host-details): remove flags for hiding data
* feat(host-details): create mock call to server for agent host info
* style(host-details): fix spelling mistake in filter's name
* feat(host-details): get info from agent
* feat(host-details): hide engine labels when empty
* feat(node-details): move labels table and save button
* feat(host-info): add different urls for refresh
* feat(host-details): show disk/devices info for agent
* feat(host-view): add loading indicator to devices-panel
* feat(host-details): add loading indicator to disks panel
* feat(agent): fix browse volume
* feat(agent): browse files
* feat(agent): enable rename
* feat(agent): download file
* fix(agent): download file from root
* feat(agent): delete file
* style(agent): remove whitespaces
* fix(agent): fix link on node browser
* feat(agent): basic file uploader
* feat(agent): add basic file upload
* fix(volume-browser): move volume id to query params
* feat(node-browser): moved uploader into browser
* feat(node-browser): add upload spinner
* feat(agent): browse files relative to root
* feat(build): add webpack build config
* feat(build): add missing imports
* feat(webpack): add missing imports
* feat(build): enable eslint on build
* feat(build): add webpack notifier
* feat(build): clean terminal on build
* feat(build): import all globals
* feat(build): add angular import
* feat(build): fix styles
* feat(build): load favicons
* feat(build): load css before script
* feat(webpack): split vendors css and js to a different bundle
* feat(webpack): import angular in all files
* feat(webpack): remove eslint global config
* feat(webpack): add webpack clean dist
* feat(webpack): fix styling issues
* refactor(webpack): remove empty controllers
* refactor(webpack): optimize moment
* refactor(webpack): add bundle analyzer
* feat(webpack): add babel
* refactor(webpack): optimize lodash
* refactor(toastr): update toastr
* feat(webpack): create basic production and dev config
* fix(webpack): fix production config
* fix(webpack): fix html templates url
* refactor(webpack): remove angular imports
* refactor(webpack): remove more angular imports
* refactor(webpack): return angular to entry file
* style(webpack): remove comments from config
* fix(hosts): remove browse button
* fix(webpack): import lodash
* fix(webpack): import missing htmls
* feat(webpack): reduce lodash size
* feat(webpack): config grunt to use webpack
* feat(webpack): add postcss
* chore(codeclimate): use eslint-5 channel
* feat(deps): upgrade from lodash to lodash-es
* fix(webpack): fix bug with lodash
* chore(build): add build client script
* fix(webpack): fix missing jsyaml reference
* refactor(webpack): seperate builds of img files
* chore(build): add a way to check times of webpack build
* feat(webpack): add dev server
* fix(webpack): fix css output name
* chore(webpack): optimize images
* chore(webpack): add node env
* fix(build): copy templates on release
* chore(webpack): set env NODE_ENV
* feat(webpack): set NODE_ENV on production builds
* fix(extensions): set image path
* refactor(css): move vendor css to js import
* style(app): remove whitespaces
* fix(build-system): allow DevOps pipeline to leverage webpack (#2670 )
* Update devopsbuild task to use webpack & remove AppVeyor environment var
* Added -Force to replace the existing dist folder
* Removed Test-Path
* dep(build-system): add angularjs-annotate to webpack + fix on imports
* Merge branch 'develop' into webpack
* refactor(app): webpack aliases for imports + async / await dep + start refactor
* style(extensions): use develop version of the view
* fix(app): fix several issues introduced by webpack migration
* fix(webpack): fix ng-include not loading templates with webpack
* Fix Windows CI with Webpack (#2782 )
* fix(configs): refactor broke configs creation and list views
* fix(build-system): update build_binary_devops for Windows
2019-03-21 18:46:49 +13:00
William
3b8f982dbd
fix(build-system): Install docker binary when on macOS ( #2775 )
2019-03-13 14:58:04 +13:00
Anthony Lapenna
5ca9501540
dep(api): update docker binary version to 18.09.3 ( #2749 )
2019-03-01 14:45:36 +13:00
Anthony Lapenna
fdc11dbe3a
feat(build-system): update build system ( #2682 )
2019-02-07 12:00:47 +13:00
Anthony Lapenna
cea2c60b55
refactor(build-system): fix lint issues
2019-01-31 11:38:27 +13:00
Steven Kang
576f369152
feat(build-system): introduce Azure DevOps support ( #2666 )
2019-01-31 11:37:16 +13:00
Anthony Lapenna
f5dc663879
fix(build-system): revert appveyor integration
...
* Revert "fix(build-system): fix local build system after appveyor introduction (#2528 )"
This reverts commit 79c24ced96
.
* Revert "feat(build-system): add support for AppVeyor CI (#2449 )"
This reverts commit 65979709e9
.
2018-12-09 16:32:12 +13:00
Anthony Lapenna
79c24ced96
fix(build-system): fix local build system after appveyor introduction ( #2528 )
2018-12-09 16:08:36 +13:00
Steven Kang
65979709e9
feat(build-system): add support for AppVeyor CI ( #2449 )
2018-12-07 16:19:58 +13:00
Anthony Lapenna
dc9a878f4b
chore(docker): update docker binary version to 18.09.0 ( #2510 )
2018-12-03 12:10:55 +13:00
Anthony Lapenna
b192b098ca
feat(build-system): update shippedDockerVersion to 18.06.1-ce ( #2281 )
2018-09-17 09:26:37 +08:00
Chaim Lev-Ari
e58acd7dd6
* chore(eslint): update esllint and remove unused variables
...
* chore(eslint-config): change no-unused-vars to warn
* chore(eslint): remove unused variables
* chore(eslint): allow unused globals
* fixup! chore(eslint): allow unused globals
* chore(eslint): remove commented unused vars
* fixup! chore(eslint): remove commented unused vars
2018-08-22 17:33:06 +02:00
Anthony Lapenna
252af86cea
fix(build-system): fix an invalid condition in shell_downloadDockerBinary task
2018-07-28 20:35:01 +02:00
Anthony Lapenna
6e072dbcdf
fix(build-system): fix the downloadDockerBinary task
2018-07-28 16:45:44 +02:00
Anthony Lapenna
2e0d1f289c
fix(build-system): fix invalid template copy step ( #2089 )
2018-07-28 16:12:24 +02:00
Anthony Lapenna
61c285bd2e
feat(templates): introduce templates management ( #2017 )
2018-07-03 20:31:02 +02:00
Anthony Lapenna
a09af01e17
chore(build-system): update gruntfile
2018-05-14 21:41:24 +02:00
Anthony Lapenna
be236f9d09
fix(api): fix default group for endpoint declared via -H
2018-05-14 21:40:50 +02:00
Anthony Lapenna
a83ea1554c
chore(build-system): update docker binary version
2018-05-08 19:53:10 +02:00
Anthony Lapenna
dea5038c93
chore(docker): upgrade Docker CLI version ( #1841 )
2018-04-25 21:29:23 +02:00
1138-4EB
f0621cb09c
chore(build-system): use regular vendor files, ignore (pre)minified ( #1475 )
2018-03-14 10:24:00 +10:00
Anthony Lapenna
d34b1d5f9d
fix(build-system): fix task order after fontawesome5 integration ( #1724 )
2018-03-13 21:09:02 +10:00
Herwono W. Wijaya
66f29dd103
style(app): upgrade to font awesome v5
2018-03-13 15:36:53 +10:00
Anthony Lapenna
27dceadba1
refactor(app): introduce new project structure for the frontend ( #1623 )
2018-02-01 13:27:52 +01:00
Anthony Lapenna
7817d4bd0b
extension(storidge): add Storidge extension ( #1581 )
2018-01-21 17:26:24 +01:00
Anthony Lapenna
bdb23a8dd2
feat(UX): replace tables with datatables ( #1460 )
2017-12-06 12:04:02 +01:00
1138-4EB
7922ecc4a1
chore(build-system): refactor gruntfile ( #1447 )
2017-12-05 21:26:45 +01:00
1138-4EB
997af882c4
chore(build-system): drop bower, use npm|yarn for frontend dependencies ( #1416 )
...
* chore(build-system): drop bower, use npm|yarn for frontend dependencies
* chore(build-sytem): for github dependencies, use semver format instead of tag/commit
* add yarn.lock
2017-12-05 09:52:38 +01:00
1138-4EB
a2d41e5316
feat(build-system): check that files listed in vendor.yml exist ( #1398 )
...
* chore(build-system) check that files listed in vendor.yml exist (#1410 )
* fix(build-system) Chart.min.js duplicated in vendor.yml (#1410 )
2017-11-20 10:09:11 +01:00
1138-4EB
34d40e4876
chore(build-system): make assets default relative, serve assets from assets/public ( #1309 )
2017-10-26 11:17:45 +02:00
utzb
711128284e
chore(build-system): use system architecture instead of hardcoded amd64 value
2017-10-25 08:56:57 +02:00
G07cha
f9218768c1
chore(build-system): replace individual package load with pattern ( #1298 )
2017-10-18 17:46:56 +02:00
Anthony Lapenna
587e2fa673
feat(stacks): add support for stack deploy ( #1280 )
2017-10-15 19:24:40 +02:00
G07cha
80827935da
chore(build-system): fix 'gruntify-eslint' usage ( #1276 )
...
`eslint` is task from `gruntify-eslint` package and therefore package
should be loaded as well
2017-10-14 07:04:32 +01:00
Anthony Lapenna
819d0f6a16
refactor(app): split app.js in multiple files ( #1217 )
2017-09-21 10:23:51 +02:00
Anthony Lapenna
57fde5ae7c
feat(Dockerfile): use portainer/base image ( #1045 )
2017-07-18 12:17:31 +02:00
1138-4EB
0a436600f4
feat(build-system): dynamic vendoring ( #994 )
2017-07-12 11:28:51 +02:00
Anthony Lapenna
a864641692
refactor(UAC): refactor common views to components ( #1013 )
2017-07-12 09:51:51 +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
Konstantin Azizov
bc3d5e97ea
chore(build-system): update `run-dev` to mount assets ( #997 )
2017-07-08 10:42:41 +02:00
Konstantin Azizov
c5ce45f588
chore(build-system): replace Recess with PostCSS ( #975 )
2017-07-04 14:30:22 +02:00
Anthony Lapenna
08c5a5a4f6
feat(registries): add registry management ( #930 )
2017-06-20 13:00:32 +02:00
Anthony Lapenna
5523fc9023
feat(global): introduce user teams and new UAC system ( #868 )
2017-05-23 20:56:10 +02:00
Anthony Lapenna
b9035659d2
chore(build-system): update Gruntfile tasks
2017-05-23 15:33:40 +02:00
Anthony Lapenna
5b47427484
fix(build-system): fix broken tasks
2017-05-20 11:25:47 +02:00
Anthony Lapenna
6e95e1279a
chore(build-system): add support for linux 386 architecture ( #871 )
2017-05-20 10:27:55 +02:00
Anthony Lapenna
a2e781fb3f
chore(build-system): add support for ppc64le architecture ( #870 )
2017-05-20 10:02:18 +02:00
Anthony Lapenna
2ef1c90248
feat(app): disable Angular debug information on release ( #867 )
2017-05-19 17:48:03 +02:00
Anthony Lapenna
5b81b35bf8
chore(gruntfile): use eslint instead of jshint
2017-05-04 10:17:55 +02:00