Commit Graph

1407 Commits

Author SHA1 Message Date
7db42ab3a3 Remove poetry2nix 2023-09-27 20:34:28 +02:00
af04821fb2 Update dependencies 2023-09-18 17:55:12 +02:00
Andreas Zweili
16b459d421
Merge pull request #160 from Nebucatnetzer/dependabot/pip/python-lsp-server-1.8.0
Bump python-lsp-server from 1.7.4 to 1.8.0
2023-09-18 17:52:41 +02:00
dependabot[bot]
4f277d9844
Bump python-lsp-server from 1.7.4 to 1.8.0
Bumps [python-lsp-server](https://github.com/python-lsp/python-lsp-server) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/python-lsp/python-lsp-server/releases)
- [Changelog](https://github.com/python-lsp/python-lsp-server/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/python-lsp/python-lsp-server/compare/v1.7.4...v1.8.0)

---
updated-dependencies:
- dependency-name: python-lsp-server
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 15:52:26 +00:00
Andreas Zweili
7460fa8565
Merge pull request #161 from Nebucatnetzer/dependabot/pip/pytest-7.4.2
Bump pytest from 7.4.0 to 7.4.2
2023-09-18 17:51:28 +02:00
dependabot[bot]
01a59cf2df
Bump pytest from 7.4.0 to 7.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 18:03:47 +00:00
Andreas Zweili
f96d090c26
Merge pull request #154 from Nebucatnetzer/dependabot/pip/coverage-7.3.0
Bump coverage from 6.5.0 to 7.3.0
2023-08-28 20:56:11 +02:00
dependabot[bot]
fcbe1792e4
Bump coverage from 6.5.0 to 7.3.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.3.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.3.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 18:49:27 +00:00
Andreas Zweili
e9d8280de1
Merge pull request #153 from Nebucatnetzer/dependabot/pip/gunicorn-21.2.0
Bump gunicorn from 20.1.0 to 21.2.0
2023-08-28 20:48:34 +02:00
dependabot[bot]
de4b57d9f6
Bump gunicorn from 20.1.0 to 21.2.0
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 18:43:58 +00:00
08d0bf7963 Remove poetry from github actions 2023-08-28 20:18:17 +02:00
0fb8faa4ec Only update the lock file when updating poetry depencies 2023-08-28 20:15:34 +02:00
93731bf2c8 Readd poetry2nix
I have less problems with it than without.
2023-08-28 20:12:20 +02:00
7e4a7ec125 Disable pylint messages for functions and classes 2023-08-28 17:33:14 +02:00
d238371a5c Whitelist pk and ip in pylint 2023-08-28 17:33:00 +02:00
99bf6a1f58 Add env variable for LD_LIBRARY_PATH 2023-08-28 17:32:34 +02:00
3a462ec1c3 Update dependencies 2023-08-28 17:12:14 +02:00
Andreas Zweili
60f2e97ad7
Merge pull request #152 from Nebucatnetzer/poetry
Remove poetry2nix
2023-08-28 17:06:09 +02:00
b92ef58c82 Remove poetry2nix 2023-08-28 17:01:22 +02:00
Andreas Zweili
796c8f3744
Merge pull request #151 from Nebucatnetzer/revert-150-pdm
Revert "Pdm"
2023-08-27 19:06:17 +02:00
Andreas Zweili
8181db93ea
Revert "Pdm" 2023-08-27 19:06:06 +02:00
Andreas Zweili
e5012bc0f8
Merge pull request #150 from Nebucatnetzer/pdm
Pdm
2023-08-27 19:03:03 +02:00
ad799de420 Remove checks for the moment 2023-08-27 18:59:58 +02:00
9fcb2a1a39 Add shfmt config 2023-08-27 18:59:58 +02:00
45a2d9ed22 Replace poetry with pdm
In addition we stop using Nix managing the Python dependencies. It just takes
too much time to again and again fix the various problems.
2023-08-27 18:59:58 +02:00
46b0c579e1 Merge branch 'dev' of github.com:Nebucatnetzer/network_inventory into dev 2023-08-27 12:27:08 +02:00
48a484545b Update flake 2023-08-27 12:26:59 +02:00
Andreas Zweili
1da451dff5 Open the webserver URL in the default browser 2023-08-03 11:12:35 +02:00
26a0f86786 Create the poetry venv in the project directory 2023-07-24 09:51:32 +02:00
69e5a5bb16 Refactor internal functions 2023-07-22 18:27:33 +02:00
844a2ff694 Add descriptions 2023-07-22 18:24:48 +02:00
29ed447c5e Add dev stop command 2023-07-22 17:24:15 +02:00
c52bc7c382 Allow IP 0.0.0.0 2023-07-22 16:40:59 +02:00
ea33c3ffea Show URL to webserver 2023-07-22 16:37:49 +02:00
f2912d7655 Make dev.sh more flexible 2023-07-22 16:29:34 +02:00
37b18a0536 Stop watching dev.sh
Direnv doesn't properly load the changes.
2023-07-22 16:28:55 +02:00
5a43a97628 Reload the environment when dev.sh changes 2023-07-22 15:59:00 +02:00
8bf4ee6bbe Randomize the ports
This should help with port colitions when running multiple projects at once.
2023-07-22 15:58:26 +02:00
86e0ae7c5b Revert DB tests 2023-07-20 21:59:46 +02:00
7930eef582 Start the DB for tests 2023-07-20 21:25:05 +02:00
64bbd528ae Revert "Revert "Try to use the db in tests""
This reverts commit 757e1da5cb.
2023-07-20 21:06:54 +02:00
1a4c75c7aa Remove unused docker settings 2023-07-18 21:44:35 +02:00
4217774c13 Connect through socket to DB 2023-07-18 21:43:42 +02:00
Andreas Zweili
3734f26947
Merge pull request #148 from Nebucatnetzer/overmind
Overmind
2023-07-18 21:00:38 +02:00
df8e5914bc Rebuild the datbase if its config files gets removed 2023-07-18 20:59:09 +02:00
e36dd53c6b Add a sleep of 2 seconds
The database needs some time to shut down
2023-07-18 20:58:49 +02:00
986434de8d Load the inventory fixtures 2023-07-18 20:58:39 +02:00
ceda8d419b Remove one object per line
Makes it easier to change
2023-07-18 20:47:24 +02:00
04e1831d02 Replace cleanall with git clean -xdf 2023-07-18 20:44:01 +02:00
a623062fb5 Remove the database when cleaning 2023-07-18 20:41:12 +02:00