Commit Graph

2770 Commits

Author SHA1 Message Date
grossmj
9d0d88337a
Release v3.0.0rc1 2024-08-11 11:00:56 -06:00
grossmj
5283d074e7
Merge remote-tracking branch 'origin/2.2' into master-3.0
# Conflicts:
#	package.json
2024-08-11 10:53:25 -06:00
grossmj
323255286b
Development on 2.2.50.dev1 2024-08-06 20:25:51 +02:00
grossmj
a9314b65f8
Release v2.2.49 2024-08-06 12:36:04 +02:00
grossmj
9cb21c7dd1
Merge remote-tracking branch 'origin/2.2' into master-3.0
# Conflicts:
#	package.json
#	src/app/layouts/default-layout/default-layout.component.html
#	src/app/layouts/default-layout/default-layout.component.ts
#	yarn.lock
2024-07-22 19:16:37 +02:00
grossmj
e5b3a101b8
Fix CVE-2024-6345 and CVE-2024-39689. Fixes #1521 #1520 2024-07-22 19:13:46 +02:00
grossmj
9a2e06471c
Development on 2.2.49.dev1 2024-07-13 16:33:10 +02:00
grossmj
4d695274bb
Release v2.2.48.1 2024-07-11 23:40:15 +02:00
grossmj
e5af89821d
Show current year in default-layout.component.html 2024-07-11 23:39:53 +02:00
grossmj
78b910504d
Fix syntax error in index.html. Ref https://github.com/GNS3/gns3-server/issues/2399 2024-07-11 23:21:44 +02:00
grossmj
27446f8d14
Development on 2.2.49.dev1 2024-07-09 00:20:28 +02:00
grossmj
a026374e75
Release v2.2.48 2024-07-08 18:21:21 +02:00
grossmj
4f303921c6
Merge branch 'master' into 2.2 2024-07-08 18:19:14 +02:00
Jeremy Grossmann
dea6a5021d
Merge pull request #1511 from GNS3/dependabot/npm_and_yarn/socket.io-4.7.5
Bump socket.io from 4.4.1 to 4.7.5
2024-06-19 19:02:52 +02:00
dependabot[bot]
46c7c58402
Bump socket.io from 4.4.1 to 4.7.5
Bumps [socket.io](https://github.com/socketio/socket.io) from 4.4.1 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.4.1...4.7.5)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 16:25:06 +00:00
Jeremy Grossmann
0df3525bbf
Merge pull request #1509 from GNS3/dependabot/npm_and_yarn/ws-6.2.3
Bump ws from 6.2.2 to 6.2.3
2024-06-18 20:06:15 +02:00
dependabot[bot]
9667e2363c
Bump ws from 6.2.2 to 6.2.3
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/6.2.2...6.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 16:17:11 +00:00
grossmj
24ec96a2dd
Change interface label to fit in the SVG rect. Ref #1504 2024-06-17 17:37:07 +02:00
grossmj
9844a2f88f
Disable AdButler 2024-06-17 17:16:33 +02:00
grossmj
0cdbeb98a2
Update Google Analytics ID 2024-06-17 16:18:14 +02:00
Jeremy Grossmann
dc40d3be6e
Merge pull request #1502 from GNS3/dependabot/pip/scripts/requests-2.32.0
Bump requests from 2.31.0 to 2.32.0 in /scripts
2024-05-21 13:46:33 +07:00
dependabot[bot]
2015917767
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 05:25:06 +00:00
grossmj
f3b3f35d58
Development on 3.0.0.dev14 2024-05-19 20:55:35 +07:00
grossmj
19b50fda9d
Release v3.0.0b3 2024-05-19 17:13:55 +07:00
grossmj
6c292aeb24
Enforce min/max for mat-input fields for ATM switch 2024-05-19 17:11:47 +07:00
grossmj
a3d149dcbe
Enforce min/max for mat-input fields for Frame-Relay switch 2024-05-19 17:08:18 +07:00
grossmj
9287706185
New titles for node configurators and enforce min/max for mat-input fields. 2024-05-19 16:49:10 +07:00
grossmj
84a145a701
Fix mat-table style and project readme edit 2024-05-19 12:47:11 +07:00
grossmj
6ccddac32c
Add missing categories for Dynamips IOS router templates 2024-05-19 00:44:53 +07:00
grossmj
9447622e1f
Fix tests 2024-05-18 23:30:08 +07:00
grossmj
a27a7ff4ee
Prevent to delete locked nodes and drawings 2024-05-18 23:11:35 +07:00
grossmj
3c48ef67dc
Change how ports are listed in the node info dialog 2024-05-18 22:36:46 +07:00
Jeremy Grossmann
d411ece90e
Merge pull request #1501 from GNS3/feature/aux-console-support
Auxiliary console support
2024-05-18 22:29:21 +07:00
grossmj
c9c043b726
Auxiliary console support for IOS, Docker and Qemu templates/nodes 2024-05-18 22:24:19 +07:00
grossmj
040447ffdf
Code formatting 2024-05-18 21:06:19 +07:00
grossmj
21f1d3e624
Build 3.0.0.dev13 2024-05-18 17:34:40 +07:00
grossmj
4c597ce3af
Development on 3.0.0.dev13 2024-05-18 16:28:35 +07:00
grossmj
8f268e374c
Use the image name from the controller when creating a new template from an appliance. 2024-05-18 16:27:22 +07:00
grossmj
a9bca2e265
Release v3.0.0b3 2024-05-16 17:26:42 +07:00
grossmj
948c600e1a
Fix tests. 2024-05-16 17:19:17 +07:00
grossmj
1c55972b00
Merge branch '2.2' into master-3.0 2024-05-16 17:14:39 +07:00
grossmj
360d77d2ef
Add Qemu for auxiliary console support. 2024-05-16 17:14:13 +07:00
grossmj
d40324377e
Update yarn.lock 2024-05-16 17:12:01 +07:00
Jeremy Grossmann
75c3d8ed97
Merge pull request #1500 from GNS3/release/v2.2.47
Release v2.2.47
2024-05-15 16:44:26 +07:00
grossmj
3880d28ec1
Merge branch '2.2' into master-3.0
# Conflicts:
#	package.json
#	src/app/app.module.ts
#	src/app/components/project-map/context-menu/actions/console-device-action-browser/console-device-action-browser.component.ts
#	src/app/components/project-map/packet-capturing/start-capture/start-capture.component.spec.ts
#	src/app/components/project-map/project-map.component.ts
#	src/app/services/packet-capture.service.ts
#	yarn.lock
2024-05-15 16:39:46 +07:00
grossmj
f94d59206e
Development on 2.2.48.dev1 2024-05-15 16:28:14 +07:00
grossmj
5b41f9789a
Release v2.2.47 2024-05-15 11:51:18 +07:00
Jeremy Grossmann
ac84106dbc
Merge pull request #1499 from GNS3/feature/aux-console
Auxiliary console support
2024-05-14 22:17:16 +07:00
grossmj
21f2267960
Merge remote-tracking branch 'origin/feature/aux-console' into feature/aux-console 2024-05-14 22:12:01 +07:00
grossmj
a9781943d5
Check auxiliary console port is defined 2024-05-14 22:11:38 +07:00