40 Commits

Author SHA1 Message Date
grossmj
93a98f1335 Merge branch '2.2' into master-3.0
# Conflicts:
#	package.json
#	src/app/cartography/components/experimental-map/drawing/drawings/rect/rect.component.html
#	src/app/cartography/converters/map/map-drawing-to-svg-converter.ts
#	src/app/components/preferences/qemu/qemu-vm-template-details/qemu-vm-template-details.component.html
#	src/app/components/project-map/drawings-editors/style-editor/style-editor.component.ts
#	src/app/components/project-map/new-template-dialog/new-template-dialog.component.ts
#	yarn.lock
2023-08-02 18:39:15 +10:00
grossmj
252452051a Support extra disk images (hdc/hdd) and cdrom image when importing appliance 2023-02-26 20:15:11 +10:00
Rajnikant Lodhi
408130596a Removed QEMU binaries code 2022-08-01 16:57:44 +05:30
Rajnikant Lodhi
1e0afa2460 Qemu binaries endpoint, Now we are not using in Frontend side 2022-08-01 10:02:42 +05:30
Rajnikant Lodhi
974e17395b renamed [server] = "server" => [controller]="controller" 2022-07-21 17:35:05 +05:30
Rajnikant
ecf729fc56 I have resolved image progress bar and undefined event issue 2022-06-06 13:43:39 +05:30
Rajnikant
23fe8ae9b8 I have improved progress bar when uploading files 2022-05-20 17:08:43 +05:30
Sakshi Goel
d00e56627f Removed commented code 2022-04-19 16:28:59 +05:30
Sakshi Goel
f7ba01211e Resolved "Remove GNS3 VM specific code #1161" 2022-04-18 18:01:41 +05:30
piotrpekala7
8b177013d1
Updates from main branch (#1227)
* Update ReleaseNotes.txt

* Release 2.2.22

* Updating dependencies

* Update package.json

* Update project-map.component.ts

* Updating dependencies

* Update main.yml

* Bump postcss from 7.0.35 to 7.0.36

Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ws from 6.2.1 to 6.2.2

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: package.json & yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSZIP-1251497

* Updating packages to latest versions

* Release 2.2.23

* Updating dependencies

* Bump tar from 6.1.0 to 6.1.6

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.6.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.6)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump url-parse from 1.5.1 to 1.5.3

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating dependencies

* Removing vulnerabilities

* Updating angular-devkit/build-angular

* Update yarn.lock

* Fix for https://github.com/GNS3/gns3-web-ui/issues/1184

* Release 2.2.24

* Option to access system status from servers page

* Updating dependencies

* Release 2.2.25

* Update package.json

* Bump nth-check from 2.0.0 to 2.0.1

Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix for theming

* Update template.component.ts

* Updating dependencies

* Update yarn.lock

* Update yarn.lock

* Update yarn.lock

* Release 2.2.26

* Update package.json

* show upload file progress when uploading qemu template.

* fix progress bar incorrect when upload file twice

* Updating packages

* Updating packages

* Update package.json

* Update yarn.lock

* updating packages

* Updating angular material

* Fix for error with component factory after migration to angular v13

* Update yarn.lock

* Update .gitignore

* Fix for builds on github

* Removing electron builder

* Removing sentry/cli

* Updating dependencies

* Release web UI 2.2.27

* Reverting updates

* Angular version set to 12.2.12

* Updating snyk version

* Update configurator-docker.component.ts

* Update new-template-dialog.component.html

* Mouse pointer #1219

* Update topology-summary.component.ts

* Update project-map.component.ts

* Update project-map.component.ts

* Release web UI 2.2.28

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: potats0 <potatso>
2021-12-28 14:39:15 +01:00
piotrpekala7
249f63a97a Update new-template-dialog.component.html 2021-12-07 20:03:36 +01:00
piotrpekala7
62c94275a9 Removing data from appliance dialog 2021-06-10 16:21:49 +02:00
piotrpekala7
57e6200972 Update new-template-dialog.component.html 2021-05-21 15:30:30 +02:00
piotrpekala7
bba7d8b221 Code optimization 2021-04-12 13:15:45 +02:00
piotrpekala7
5668016ef5 Fix for https://github.com/GNS3/gns3-web-ui/issues/983 2020-12-02 03:53:06 +01:00
piotrpekala7
ced2cba28b Fix for uploader 2020-12-01 02:17:49 +01:00
piotrpekala7
b32fdf4fc2 Update for appliances 2020-09-07 15:01:32 +02:00
piotrpekala7
bbb344557b Update new-template-dialog.component.html 2020-09-03 15:21:57 +02:00
piotrpekala7
05cda2b3a6 Update for qemu appliances 2020-08-05 12:32:22 +02:00
piotrpekala7
d0e6318198 Fix for https://github.com/GNS3/gns3-web-ui/issues/955 2020-08-05 12:24:51 +02:00
piotrpekala7
ffb3646d08 Fix for appliances 2020-08-04 14:30:56 +02:00
piotrpekala7
af564d6cd7 Fix for tooltips 2020-08-03 16:52:37 +02:00
piotrpekala7
2c9ea028d7 Update new-template-dialog.component.html 2020-07-22 14:14:37 +02:00
piotrpekala7
9215ab8e87 downgrade types/node 2020-06-30 13:41:43 +02:00
piotrpekala7
09fe6dbcbb Update new-template-dialog.component.html 2020-06-23 15:08:26 +02:00
piotrpekala7
92cfb2d94a Fix for importing appliances 2020-06-23 14:36:48 +02:00
piotrpekala7
b0c331d054 Support for IOU appliances 2020-06-22 15:25:02 +02:00
piotrpekala7
d07fad3c79 Update new-template-dialog.component.html 2020-06-22 14:35:35 +02:00
piotrpekala7
c0b9311b38 Fix for IOS appliances 2020-06-22 14:13:25 +02:00
piotrpekala7
41e7f1c53e Fix for docker templates 2020-06-22 11:36:21 +02:00
piotrpekala7
3c47cbcb1b Update new-template-dialog.component.html 2020-06-18 19:20:26 +02:00
piotrpekala7
df8f39e951 Fix for importing images 2020-06-18 17:27:52 +02:00
piotrpekala7
7a62a7589a Settings for appliances added 2020-06-18 17:12:39 +02:00
piotrpekala7
b8e2bb00ac Option to upload image for appliance added 2020-06-18 16:50:31 +02:00
piotrpekala7
300e710341 Settings for appliances added 2020-06-18 15:01:35 +02:00
piotrpekala7
15505b9b8c update for template dialog 2020-06-15 14:29:07 +02:00
piotrpekala7
25b1edd178 Option to upload appliance added 2020-06-02 03:15:45 +02:00
piotrpekala7
d15b4db9fe Filter option added 2020-05-29 01:37:30 +02:00
piotrpekala7
b37b5c7134 Appliance table added 2020-05-28 03:19:59 +02:00
piotrpekala7
4992eae284 Creating appliance service 2020-05-22 17:49:21 +02:00