summary refs log tree commit diff
path: root/pkgs/applications/networking/gns3/server.nix
Commit message (Collapse)AuthorAge
* gns3-server: add passthru.tests.versionAnthony Roussel2023-11-08
|
* gns3-server: add meta.mainProgramAnthony Roussel2023-11-08
|
* gns3-server: 2.2.43 -> 2.2.441Anthony Roussel2023-11-08
| | | | | | https://github.com/GNS3/gns3-server/releases/v2.2.44 https://github.com/GNS3/gns3-server/releases/v2.2.44.1 https://github.com/GNS3/gns3-server/compare/v2.2.43...v2.2.44.1
* gns3-server: keep gns3loopack on windows host platformsAnthony Roussel2023-09-20
|
* gns3-server,gns3-gui: enable checkPhaseAnthony Roussel2023-09-20
|
* gns3-server,gns3-gui: 2.2.42 -> 2.2.43Anthony Roussel2023-09-20
| | | | | https://github.com/GNS3/gns3-server/releases/tag/v2.2.43 https://github.com/GNS3/gns3-gui/releases/tag/v2.2.43
* gns3-server,gns3-gui: 2.2.35.1 -> 2.2.42Anthony Roussel2023-08-16
|
* python3.pkgs.async-generator: rename from async_generatorTheodore Ni2023-08-09
|
* gns3-server: migrate to pythonRelaxDepsHookFabian Affolter2023-03-30
|
* gns3-{gui,server}: fix buildAnthony Roussel2022-12-16
|
* gns3-server,gns3-gui: cleanAnthony Roussel2022-11-10
|
* gns3-server,gns3-gui: 2.2.34 -> 2.2.35.1Anthony Roussel2022-11-10
|
* gns3-gui,gns3-server: add anthonyroussel to maintainersAnthony Roussel2022-10-08
|
* gns3-gui,gns3-server: 2.2.31 -> 2.2.34Anthony Roussel2022-10-08
|
* gns3-{server-gui}: Fix buildZhaofeng Li2022-09-26
| | | | | Removed duplicate overrides and made the override interface consistent. The previous method of pinning caused frequent breakages.
* gns3-server: 2.2.29 -> 2.2.31Fabian Affolter2022-04-24
|
* gns3-server: fix build, use buildPythonApplicationJonathan Ringer2022-02-11
|
* gns3: 2.2.18 -> 2.2.28deltadelta2022-01-06
|
* gns3-server: update overrideFabian Affolter2021-08-24
|
* pythonPackages: normalise prompt_toolkitSandro Jäckel2021-07-23
|
* gns3-server: fix build errorsophrosyne972021-06-04
|
* Merge branch 'master' into staging-nextJan Tojnar2021-03-05
|\
| * gns3-{gui,server}: Remove myself as maintainerMichael Weiss2021-03-05
| |
* | gns3-server: drop py-cpuinfo overrideMartin Weinelt2021-02-26
|/
* gns3-server: Remove stale substituteInPlaceSandro Jäckel2021-02-05
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* gns3-server: relax aiohttp pinMartin Weinelt2020-11-18
|
* gns3-{gui,server}: 2.2.11 -> 2.2.12Michael Weiss2020-08-08
|
* gns3-{gui,server}: 2.2.9 -> 2.2.11Michael Weiss2020-07-12
|
* gns3-{gui,server}: 2.2.8 -> 2.2.9Michael Weiss2020-07-12
| | | | | Note: This update is pretty delayed as it was initially blocked by sentry-sdk being too old and breaking Python changes from staging.
* gns3-server: fix buildJonathan Ringer2020-06-12
|
* gns3-{gui,server}: 2.2.5 -> 2.2.6 (#83422)Michael Weiss2020-03-26
|
* gns3: Fix python package not being pinned (#77701)Alan Hollis2020-01-17
| | | | | Due to https://github.com/NixOS/nixpkgs/issues/44426 the correct psutils package is not picked up, this commit changes the code so the correct version is always picked.
* gns3-{gui,server}: 2.2.3 -> 2.2.5Michael Weiss2020-01-10
|
* gns3-{gui,server}: 2.2.0 -> 2.2.1Michael Weiss2019-11-03
|
* gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0Michael Weiss2019-10-04
| | | | | | | | gns3Packages.{server,gui}Preview: 2.2.0rc5 -> 2.2.0 The new dependency on setuptools is required for pkg_resources: ImportError: No module named pkg_resources
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* gns3Packages.{server,gui}Stable: 2.1.18 -> 2.1.19Michael Weiss2019-05-29
|
* gns3Packages.{server,gui}Stable: 2.1.16 -> 2.1.17Michael Weiss2019-05-17
|
* gns3Packages.{server,gui}Preview: 2.2.0a1 -> 2.2.0a2Michael Weiss2019-03-14
|
* gns3-server: Switch to Python 3.7Michael Weiss2019-02-23
| | | | | | | This will finally make the builds reproducible. Python 3.6 stored timestamps in the .pyc files but Python 3.7 implements PEP 552 [0]. [0]: https://www.python.org/dev/peps/pep-0552/
* gns3Packages.{server,gui}Preview: 2.1.12 -> 2.2.0a1Michael Weiss2019-02-01
|
* gns3-server: improve expressionRobert Schütz2019-01-10
|
* gns3-server: Switch to overrideAttrsMichael Weiss2018-12-21
|
* gns3-server: Fix the buildMichael Weiss2018-12-20
| | | | | This solution isn't optimal but it seems like typing has problems with Python 3.7 and prompt_toolkit 1.0.15 is still required.
* python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3Frederik Rietdijk2018-11-21
|
* pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7Chris Ostrouchov2018-11-21
| | | | Created a version to prompt_toolkit_1 for legacy ipython
* gns3Packages.{server,gui}{Stable,Preview}: 2.1.7 -> 2.1.9Michael Weiss2018-08-18
|
* gns3Packages.server{Stable,Preview}: Pin the aiohttp versionMichael Weiss2018-02-16
| | | | This is required for #34891.