Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
672 changes: 594 additions & 78 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ default: init up
.PHONY: init
init:
test -f .env || cp .env.example .env
$(call set_env,USER_ID,$(shell id -u))
$(call set_env,USER_ID,1000)

.PHONY: up
up:
Expand Down
2 changes: 1 addition & 1 deletion api/netbox_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1
3.0.2
2 changes: 1 addition & 1 deletion api/netbox_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.1.3
Loading