Anthony Lapenna
bfcdeecac9
chore(version): bump version number
2020-05-29 14:34:32 +12:00
Chaim Lev-Ari
babc509115
fix(yarn): downgrade router version ( #3857 )
2020-05-25 20:00:33 +12:00
Chaim Lev-Ari
42e7db0ae7
fix(prettier): auto format html files ( #3836 )
2020-05-18 19:08:45 +12:00
Chaim Lev-Ari
bba622a500
chore(eslint): add rule to sort imports ( #3715 )
...
* chore(eslint): add plugin to sort imports
* chore(eslint): sort imports
* chore(eslint): add eslint-config-prettier
2020-04-15 11:46:34 +12:00
Chaim Lev-Ari
cf5056d9c0
chore(project): add prettier for code format ( #3645 )
...
* chore(project): install prettier and lint-staged
* chore(project): apply prettier to html too
* chore(project): git ignore eslintcache
* chore(project): add a comment about format script
* chore(prettier): update printWidth
* chore(prettier): remove useTabs option
* chore(prettier): add HTML validation
* refactor(prettier): fix closing tags
* feat(prettier): define angular parser for html templates
* style(prettier): run prettier on codebase
Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
2020-04-11 09:54:53 +12:00
Chaim Lev-Ari
df13f3b4cc
chore(yarn): add start:client script back ( #3691 )
2020-04-08 21:03:52 +12:00
Chaim Lev-Ari
dd6262cf69
chore(yarn): change start:client to start webpack dev server ( #3595 )
...
* chore(yarn): change start:client to start webpack dev server
* Update package.json
Co-authored-by: Anthony Lapenna <anthony.lapenna@portainer.io>
2020-04-06 09:06:59 +12:00
Anthony Lapenna
78558f9c8e
chore(version): bump version number
2020-03-20 11:37:35 +13:00
Anthony Lapenna
2a92fcb802
chore(version): bump version number
2020-03-20 11:35:36 +13:00
Anthony Lapenna
9cc8448418
chore(version): bump version number
2020-02-20 09:24:06 +13:00
Anthony Lapenna
d0e998ddc4
chore(version): bump version number
2020-02-18 13:46:04 +13:00
Anthony Lapenna
bba13f69ad
chore(version): bump version number
2019-12-04 17:07:21 +13:00
Anthony Lapenna
2189deb3bd
chore(version): bump version number
2019-12-04 17:05:36 +13:00
Anthony Lapenna
9decbce511
chore(version): bump version number
2019-11-14 17:50:11 +13:00
xAt0mZ
2445a5aed5
fix(registry): Performance issues with Registry Manager ( #2648 )
...
* fix(registry): fetch datatable details on page/filter/order state change instead of fetching all data on first load
* fix(registry): fetch tags datatable details on state change instead of fetching all data on first load
* fix(registry): add pagination support for tags + loading display on data load
* fix(registry): debounce on text filter to avoid querying transient matching values
* refactor(registry): rebase on latest develop
* feat(registries): background tags and optimisation -- need code cleanup and for-await-of to cancel on page leave
* refactor(registry-management): code cleanup
* feat(registry): most optimized version -- need fix for add/retag
* fix(registry): addTag working without page reload
* fix(registry): retag working without reload
* fix(registry): remove tag working without reload
* fix(registry): remove repository working with latest changes
* fix(registry): disable cache on firefox
* feat(registry): use jquery for all 'most used' manifests requests
* feat(registry): retag with progression + rewrite manifest REST service to jquery
* fix(registry): remove forgotten DI
* fix(registry): pagination on repository details
* refactor(registry): info message + hidding images count until fetch has been done
* fix(registry): fix selection reset deleting selectAll function and not resetting status
* fix(registry): resetSelection was trying to set value on a getter
* fix(registry): tags were dropped when too much tags were impacted by a tag removal
* fix(registry): firefox add tag + progression
* refactor(registry): rewording of elements
* style(registry): add space between buttons and texts in status elements
* fix(registry): cancelling a retag/delete action was not removing the status panel
* fix(registry): tags count of empty repositories
* feat(registry): reload page on action cancel to avoid desync
* feat(registry): uncancellable modal on long operations
* feat(registry): modal now closes on error + modal message improvement
* feat(registries): remove empty repositories from the list
* fix(registry): various bugfixes
* feat(registry): independant timer on async actions + modal fix
2019-10-14 15:45:09 +02:00
xAt0mZ
8a8cef9b20
feat(deps): multiselect library as dependency ( #3255 )
2019-10-14 15:43:58 +02:00
Tim van den Eijnden
774380fb44
chore(icons): update fontawesome dependency ( #3219 )
2019-10-14 15:40:19 +02:00
Anthony Lapenna
4fad28590d
chore(version): bump version number
2019-10-11 10:40:41 +13:00
Anthony Lapenna
b0f48ee3ad
feat(app): fix XSS vulnerabilities ( #3230 )
2019-10-07 16:24:48 +13:00
Anthony Lapenna
2b48f1e49a
refactor(build-system): clarify build system usage through yarn ( #3140 )
...
* refactor(build-system): clarify build system usage through yarn
* refactor(build-system): rename azure devops build scripts
2019-09-09 12:40:22 +12:00
Anthony Lapenna
8cb18f9877
chore(version): bump version number
2019-07-26 14:01:49 +12:00
Anthony Lapenna
12a512f01f
feat(edge): introduce support for Edge agent ( #3031 )
...
* feat(edge): fix webconsole and agent deployment command
* feat(edge): display agent features when connected to IoT endpoint
* feat(edge): add -e CAP_HOST_MANAGEMENT=1 to agent command
* feat(edge): add -v /:/host and --name portainer_agent_iot to agent command
* style(endpoint-creation): refactor IoT agent to Edge agent
* refactor(api): rename AgentIoTEnvironment to AgentEdgeEnvironment
* refactor(api): rename AgentIoTEnvironment to AgentEdgeEnvironment
* feat(endpoint-creation): update Edge agent deployment instructions
* feat(edge): wip edge
* feat(edge): refactor key creation
* feat(edge): update deployment instructions
* feat(home): update Edge agent endpoint item
* feat(edge): support dynamic ports
* feat(edge): support sleep/wake and snapshots
* feat(edge): support offline mode
* feat(edge): host job support for Edge endpoints
* feat(edge): introduce STANDBY state
* feat(edge): update Edge agent deployment command
* feat(edge): introduce EDGE_ID support
* feat(edge): update default inactivity interval to 5min
* feat(edge): reload Edge schedules after restart
* fix(edge): fix execution of endpoint job against an Edge endpoint
* fix(edge): fix minor issues with scheduling UI/UX
* feat(edge): introduce EdgeSchedule version management
* feat(edge): switch back to REQUIRED state from ACTIVE on error
* refactor(edge): remove comment
* feat(edge): updated tunnel status management
* feat(edge): fix flickering UI when accessing Edge endpoint from home view
* feat(edge): remove STANDBY status
* fix(edge): fix an issue with console and Swarm endpoint
* fix(edge): fix an issue with stack deployment
* fix(edge): reset timer when applying active status
* feat(edge): add background ping for Edge endpoints
* fix(edge): fix infinite loading loop after Edge endpoint connection failure
* fix(home): fix an issue with merge
* 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
* fix(edge): prevent a pointer issue after removing an active Edge endpoint
* 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(auth): login spinner
* feat(api): support searching in associated endpoint group data
* refactor(api): remove unused API endpoint
* refactor(api): remove comment
* refactor(api): refactor proxy manager
* feat(api): declare EndpointList params as optional
* feat(api): support groupID filter on endpoints route
* feat(api): add new API operations endpointGroupAddEndpoint and endpointGroupDeleteEndpoint
* feat(edge): new icon for Edge agent endpoint
* fix(edge): fix missing exec quick action
* fix(edge): add loading indicator when connecting to Edge endpoint
* feat(edge): disable service webhooks for Edge endpoints
* feat(endpoints): backend pagination for endpoints view (#3004 )
* feat(edge): dynamic loading for stack migration feature
* feat(edge): wordwrap edge key
* 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(websocket): minor refactor associated to Edge agent
* 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
* Merge branch 'feat-endpoint-backend-pagination' into edge
# Conflicts:
# api/bolt/endpoint/endpoint.go
# api/http/handler/endpointgroups/endpointgroup_update.go
# api/http/handler/endpointgroups/handler.go
# api/http/handler/endpoints/endpoint_list.go
# app/portainer/services/api/endpointService.js
* fix(api): fix default tunnel server credentials
* feat(api): update endpointListOperation behavior and parameters
* fix(api): fix interface declaration
* feat(edge): support configurable Edge agent checkin interval
* feat(edge): support dynamic tunnel credentials
* feat(edge): update Edge agent deployment commands
* style(edge): update Edge agent settings text
* refactor(edge): remove unused credentials management methods
* feat(edge): associate a remote addr to tunnel credentials
* style(edge): update Edge endpoint icon
* feat(edge): support encrypted tunnel credentials
* fix(edge): fix invalid pointer cast
* feat(bolt): decode endpoints with jsoniter
* feat(edge): persist reverse tunnel keyseed
* refactor(edge): minor refactor
* feat(edge): update chisel library usage
* refactor(endpoint): use controller function
* feat(api): database migration to DBVersion 19
* refactor(api): refactor AddSchedule function
* refactor(schedules): remove comment
* refactor(api): remove comment
* refactor(api): remove comment
* feat(api): tunnel manager now only manage Edge endpoints
* refactor(api): clean-up and clarification of the Edge service
* refactor(api): clean-up and clarification of the Edge service
* fix(api): fix an issue with Edge agent snapshots
* refactor(api): add missing comments
* refactor(api): update constant description
* style(home): remove loading text on error
* feat(endpoint): remove 15s timeout for ping request
* style(home): display information about associated Edge endpoints
* feat(home): redirect to endpoint details on click on unassociated Edge endpoint
* feat(settings): remove 60s Edge poll frequency option
2019-07-26 10:38:07 +12:00
xAt0mZ
7338e5fabd
fix(security): bump lodash to 4.17.15 ( #3043 )
2019-07-26 10:14:18 +12: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
Anthony Lapenna
48281df41a
chore(version): bump version number
2019-06-04 15:51:11 +12:00
William
27a0188949
feat(build-system): remove webpack-bundle-analyzer plugin ( #2898 )
2019-05-24 17:59:44 +12:00
William
c8c8345a43
dep(jquery): update jquery to version 3.4.0 ( #2897 )
2019-05-24 17:58:25 +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
Anthony Lapenna
cb858f0412
chore(version): bump version number
2019-03-05 17:34:19 +13:00
linquize
b1e048e218
feat(build-system): prefix some dependencies with "semver:" ( #2690 )
...
This makes both npm and yarn to work
2019-02-14 12:13:48 +13:00
Anthony Lapenna
fdc11dbe3a
feat(build-system): update build system ( #2682 )
2019-02-07 12:00:47 +13:00
Anthony Lapenna
6b1c476b63
chore(version): bump version number
2019-01-31 13:15:18 +13:00
Anthony Lapenna
808eb7d341
dep(bootstrap): update bootstrap version to 3.4.0 ( #2632 )
2019-01-18 08:51:12 +13:00
Anthony Lapenna
189d131105
chore(version): bump version number
2018-12-12 17:03:25 +13:00
baron_l
1a94158f77
* feat(UX): schedule creation UX overhaul ( #2485 )
...
* feat(api): add a new Recurring property on Schedule
* feat(schedules): date to cron convert + recurring flag
* feat(schedules): update angularjs-datetime-picker from v1 to v2
* chore(app): use minified dependency for angularjs-datetime-picker
* chore(vendor): rollback version of angularjs-datetime-picker
* * feat(ux): replace datepicker for schedule creation/details
* feat(container-stats): add refresh rate of 1 and 3 seconds (#2493 )
* fix(templates): set var to default value if no value selected (#2323 )
* fix(templates): set preset to true iff var type is preset
* fix(templates): add env var value when changing type
* feat(security): shutdown instance after 5minutes if no admin account created (#2500 )
* feat(security): skip admin check if --no-auth
* fix(security): change error message
* fix(vendor): use datepicker minified version
* feat(schedule-creation): replace angular-datetime-picker
* feat(schedule): parse cron to datetime
* fix(schedule): fix zero based months
2018-12-07 08:53:23 +13:00
Chaim Lev-Ari
34b886d690
chore(build-system): add start and start:server scripts ( #2495 )
2018-11-27 10:05:13 +13:00
Olli Janatuinen
17d63ae3ca
chore(dependencies): updated xterm to 3.8.0 version ( #2452 )
2018-11-23 22:00:30 +13:00
Anthony Lapenna
22450bbdeb
chore(build): update build script and add grunt yarn script ( #2276 )
2018-09-16 10:34:46 +08:00
Anthony Lapenna
313c8be997
chore(version): bump version number
2018-09-15 19:26:03 +08:00
Anthony Lapenna
57bd82ba85
chore(version): bump version number
2018-09-15 16:40:26 +08:00
Chaim Lev-Ari
7e08227ddb
feat(build-system): add build-offline script ( #2169 )
2018-08-17 08:37:31 +02:00
Anthony Lapenna
1233cb7f08
chore(project): update lodash version to 4.17.10 ( #2156 )
2018-08-13 19:10:09 +02:00
Chaim Lev-Ari
d4e4d34ea4
chore(build-system): add dev, clean, build scripts ( #2146 )
2018-08-13 17:28:59 +02:00
Anthony Lapenna
b8ed6d3d4a
chore(version): bump version number
2018-07-28 20:42:17 +02:00
Anthony Lapenna
b15af67552
chore(version): bump version number
2018-07-28 19:44:01 +02:00
Anthony Lapenna
8964dad73b
chore(version): bump version number
2018-07-27 16:05:57 +02:00
Anthony Lapenna
48179b9e3d
feat(volume-browser): add the ability to browse volume content ( #2051 )
2018-07-23 07:01:03 +02:00
Anthony Lapenna
b6792461a4
feat(home): add a new home view ( #2033 )
2018-07-11 10:39:20 +02:00
Anthony Lapenna
e7939a5384
chore(version): bump version number
2018-06-25 18:33:08 +03:00
Anthony Lapenna
686712e042
chore(version): bump version number
2018-06-25 16:49:50 +03:00
Anthony Lapenna
b19356be6f
chore(version): bump version number
2018-06-25 15:13:01 +03:00
Anthony Lapenna
3782761d04
chore(version): bump version number
2018-06-21 16:59:05 +03:00
Anthony Lapenna
decb67f4d9
chore(version): bump version number
2018-06-21 14:28:07 +03:00
Anthony Lapenna
0da9e564b9
feat(stacks): add the ability to migrate stacks to another endpoint ( #1976 )
...
* feat(stacks): add the ability to migrate stacks to another endpoint
* feat(stack-details): do not redirect to alternate endpoint after migration
* fix(api): fix merge conflicts
* feat(stack-details): add a modal to confirm stack migration
2018-06-19 17:28:40 +02:00
Anthony Lapenna
5e73a49473
feat(tags): add the ability to manage tags ( #1971 )
...
* feat(tags): add the ability to manage tags
* feat(tags): update tag selector UX
* refactor(app): remove unused ui-select library
2018-06-15 09:18:25 +02:00
Anthony Lapenna
9a071a57f2
chore(version): bump version number
2018-05-21 13:58:47 +02:00
Anthony Lapenna
19f9840c8c
chore(version): bump version number
2018-05-21 11:03:48 +02:00
Anthony Lapenna
f75c87315e
chore(version): bump version number
2018-05-10 17:22:11 +02:00
Anthony Lapenna
81ed0e4507
chore(version): bump version number
2018-04-02 07:44:19 +10:00
Herwono W. Wijaya
66f29dd103
style(app): upgrade to font awesome v5
2018-03-13 15:36:53 +10:00
Anthony Lapenna
ec2a9e149b
chore(version): bump version number
2018-03-11 20:30:07 +10:00
Anthony Lapenna
403de0d319
chore(momentjs): upgrade momentjs version ( #1701 )
2018-03-08 11:42:50 +10:00
Anthony Lapenna
a76ccff7c9
refactor(xterm): update xtermjs to latest version ( #1692 )
2018-03-06 17:40:02 +10:00
Anthony Lapenna
9634cf1563
chore(version): bump version number
2018-03-03 09:19:54 +10:00
Anthony Lapenna
0c5152fb5f
feat(log-viewer): introduce the log viewer component ( #1666 )
2018-02-28 07:19:28 +01:00
Anthony Lapenna
27dcfd043b
chore(version): bump version number
2018-02-08 09:27:13 +01:00
Anthony Lapenna
4c2dfb3346
chore(version): bump version number
2018-01-23 16:52:54 +01:00
Anthony Lapenna
8c75f705e2
chore(dependency): upgrade jquery version to latest ( #1592 )
2018-01-22 17:44:49 +01:00
Anthony Lapenna
a7cb0ca823
chore(version): bump version number
2018-01-21 17:30:06 +01:00
Anthony Lapenna
7817d4bd0b
extension(storidge): add Storidge extension ( #1581 )
2018-01-21 17:26:24 +01:00
Anthony Lapenna
fbd9139928
chore(version): bump version number
2017-12-11 16:03:53 +01:00
Anthony Lapenna
7dcf5c2d0b
chore(version): bump version number
2017-12-10 10:09:11 +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
Anthony Lapenna
2275467bdc
chore(version): bump version number
2017-11-26 10:07:59 +01:00
Anthony Lapenna
d9262d4b7f
chore(version): bump version number
2017-11-13 10:11:11 +01:00
Anthony Lapenna
7ee16d1e51
chore(version): bump version number
2017-11-08 08:28:37 +01:00
Anthony Lapenna
e110986728
chore(version): bump version number
2017-10-15 19:27:23 +02:00
Anthony Lapenna
b59dd03b43
chore(version): bump version number
2017-09-27 19:43:01 +02:00
Anthony Lapenna
4b53c3422f
chore(version): bump version number
2017-09-21 17:22:01 +02:00
Anthony Lapenna
5e2b3c1d07
chore(version): bump version number
2017-09-20 15:41:01 +02:00
Anthony Lapenna
27188f4dff
chore(version): bump version number
2017-08-13 20:17:23 +02:00
Anthony Lapenna
f2347b2f77
chore(version): bump version number
2017-07-17 15:59:43 +02:00
Anthony Lapenna
206eb0513d
chore(version): bump version number
2017-07-13 18:08:39 +02:00
1138-4EB
0a436600f4
feat(build-system): dynamic vendoring ( #994 )
2017-07-12 11:28: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
c5ce45f588
chore(build-system): replace Recess with PostCSS ( #975 )
2017-07-04 14:30:22 +02:00
Anthony Lapenna
0e0764eff8
chore(version): bump version number
2017-06-29 16:37:22 +02:00
Anthony Lapenna
c82cd50d87
chore(version): bump version number
2017-06-20 13:21:06 +02:00
Anthony Lapenna
afd99d2d68
chore(version): bump version number
2017-06-05 08:42:08 +02:00
Anthony Lapenna
de9be4bbe0
chore(version): bump version number
2017-05-25 12:20:43 +02:00
Anthony Lapenna
db1a754b39
chore(version): bump version number
2017-05-23 21:13:55 +02:00
Anthony Lapenna
b9035659d2
chore(build-system): update Gruntfile tasks
2017-05-23 15:33:40 +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
Anthony Lapenna
90d13684e5
chore(project): add eslint and codeclimate configuration files
2017-04-27 18:09:40 +02:00
Anthony Lapenna
0cde215259
chore(version): bump version number
2017-04-06 10:37:26 +02:00
Anthony Lapenna
e9c6feb3c4
chore(version): bump version number
2017-04-05 10:15:03 +02:00
Anthony Lapenna
135a92feb4
chore(version): bump version number
2017-03-28 15:18:29 +02:00
Anthony Lapenna
be2acdbdfb
chore(version): bump version number
2017-03-13 10:12:42 +01:00
Anthony Lapenna
1294ebaa8c
chore(version): bump version number
2017-03-12 22:33:26 +01:00
Anthony Lapenna
44ceae40b5
merge branch 'release-1.11.4' into develop
2017-03-03 12:54:22 +01:00
Anthony Lapenna
ccaabf3b6b
chore(version): bump version number
2017-03-03 12:36:24 +01:00
Anthony Lapenna
66c574f74d
feat(project): add google analytics in app ( #599 )
2017-02-14 11:39:26 +13:00
Anthony Lapenna
9ebe2d96dd
chore(jshint): update jshint library and configuration ( #581 )
2017-02-10 14:34:56 +13:00
Anthony Lapenna
a97e7bbaae
chore(version): bump version number
2017-02-01 11:02:05 +13:00
Anthony Lapenna
f8ced03792
chore(version): bump version number
2017-01-26 17:43:47 +13:00
Anthony Lapenna
d1b9820a29
chore(version): bump version number
2017-01-05 10:42:38 +13:00
Anthony Lapenna
6e98237419
feat(api): introduce cache busting mechanism ( #439 )
2016-12-31 12:20:38 +13:00
Anthony Lapenna
4d6dadd17c
chore(version): bump version number
2016-12-26 13:30:06 +13:00
Anthony Lapenna
db46087799
chore(version): bump version number
2016-11-26 00:50:50 +13:00
Anthony Lapenna
2d35ac8f82
chore(version): bump version number
2016-11-16 23:17:39 +13:00
Anthony Lapenna
3aa0f4d263
chore(version): bump version number
2016-11-11 15:29:02 +13:00
Anthony Lapenna
65c126f6a1
chore(version): bump version number
2016-10-09 10:50:32 +13:00
Anthony Lapenna
520532cb9a
chore(version): bump version number
2016-10-07 18:22:44 +13:00
Anthony Lapenna
833053a2e1
chore(version): bump version number
2016-10-02 16:26:11 +13:00
Anthony Lapenna
87df297a56
chore(version): bump version number
2016-09-24 22:33:23 +12:00
Anthony Lapenna
39909d774f
chore(global): replace CloudInovasi with Portainer.io
2016-09-23 18:28:20 +12:00
Anthony Lapenna
9f22e01d3b
chore(version): bump version number
2016-09-07 18:31:32 +12:00
Anthony Lapenna
3f9276ee4c
chore(version): bump version number
2016-09-04 15:10:47 +12:00
Anthony Lapenna
537ee24078
refactor(global): rename uifd to portainer
2016-09-04 14:50:37 +12:00
Anthony Lapenna
954a6a11b7
chore(version): bump version number
2016-08-18 15:47:18 +12:00
Anthony Lapenna
f1ec419e3a
chore(version): bump version number
2016-08-03 21:50:01 +12:00
Anthony Lapenna
30e9a604cd
chore(version): bump version number
2016-07-14 12:12:01 +12:00
Anthony Lapenna
a9209da167
chore(version): bump version number
2016-07-13 14:53:24 +12:00
Anthony Lapenna
afaa1433ff
chore(version): bump version number
2016-07-08 16:06:46 +12:00
Anthony Lapenna
b573a8bafa
chore(version): bump version number
2016-07-06 16:41:21 +12:00
Anthony Lapenna
e6e21e9f46
chore(version): bump version number
2016-07-06 14:04:31 +12:00
Anthony Lapenna
ce2e6f80fc
chore(version): bump version number
2016-06-24 10:24:27 +12:00
Anthony Lapenna
1460d69cd1
bump version number
2016-06-16 17:29:12 +12:00
Anthony Lapenna
e7a836a6b2
bump version number
2016-06-14 14:36:20 +12:00
Anthony Lapenna
a471b77f8d
Bumped version number to 1.0.1
2016-06-08 18:36:35 +12:00
Anthony Lapenna
b3b3feac66
Bump version number
2016-06-02 18:14:03 +12:00
Kevan Ahlquist
1b206f223f
DockerUI => UI For Docker
2016-04-29 21:57:27 -05:00
Kevan Ahlquist
a67206dd8d
Version bump, 0.10.1-beta
2016-04-02 21:04:51 -05:00
Kevan Ahlquist
c3f22fe989
Add custom logo.
2015-12-17 00:08:29 -06:00
Kevan Ahlquist
cdf4767d7d
Use grunt for building
...
Add shell commands to gruntfile for local dev.
Build binary if needed for `grunt build`, always build for `grunt release`. Exclude unused assets from jquery.gritter and vis.
Remove Makefile
2015-09-15 00:24:11 -05:00
Kevan Ahlquist
13e3fed351
Use bower for Angular dependencies.
2015-09-15 00:22:11 -05:00
Kevan Ahlquist
5d4a2a7c25
Fixed dashboard graphs, Chart.js doesn't like charts being hidden on creation, fixed routing issue to dashboard, version bump.
2015-08-29 01:57:08 -05:00
Kevan Ahlquist
8a7f8f7c37
Whitespace diff, ran everything through the formatter.
2015-08-25 00:59:54 -05:00
Kevan Ahlquist
3d251fdba4
Fixes #75
2015-02-01 17:15:58 -06:00
Kevan Ahlquist
f65fed8d0a
Fixed grunt template issues, version bump.
2015-01-18 16:39:10 -06:00
Kevan Ahlquist
58bd6faa47
Added initial files for build and test automation.
2015-01-03 16:49:28 -06:00