Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.5.8 #13472

Merged
merged 32 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
006c353
PRVB
jeremystretch Jul 28, 2023
0b10131
Satisfy PEP8 E721 linter complaints
jeremystretch Jul 30, 2023
a4c9cbc
Remove hard-coded test runner
jeremystretch Aug 2, 2023
a68831d
fixes provider_network_id for related circuits #13343
abhi1693 Aug 2, 2023
ab916a1
fixes dummy payload URL for webhook test
abhi1693 Aug 1, 2023
57860f2
Adds assigned bool for IP address API (#13301)
abhi1693 Aug 2, 2023
a807cca
Fixes #13033: add formatted speed column to Interfaces (#13275)
matejv Aug 2, 2023
9cc2958
Fixes #13369: Fix job termination status for failed reports
jeremystretch Aug 3, 2023
93a862c
Add stadium analogy and behavior anti-patterns
jeremystretch Aug 4, 2023
7f22c6b
Include notes re: demo data and netbox-docker
jeremystretch Aug 4, 2023
43ce453
Adding interface TYPE_400GE_CFP2/400gbase-x-cfp2 (#13338)
stranden Aug 4, 2023
01bb09d
adds delete for SyncedDataMixin when related AutoSyncRecord is availa…
abhi1693 Aug 1, 2023
88562d7
Changelog for #12750, #12889, #13033, #13151, #13343, #13369
jeremystretch Aug 4, 2023
0dd319d
Closes #11675: Add support for specifying import/export route targets…
jeremystretch Aug 4, 2023
2236b86
Closes #11922: Populate assigned VDCs when adding a child interface
jeremystretch Aug 4, 2023
f9648d8
Closes #13400: Add 'name' property to BaseTable class
jeremystretch Aug 7, 2023
f5a1f83
Closes #13368: Report installed plugins during server error (#13387)
jeremystretch Aug 7, 2023
545769a
Adds generic object children template (#13388)
abhi1693 Aug 9, 2023
9b1406a
Don't hide HIDDEN_IFUNSET custom fields from bulk import fields
kkthxbye-code Aug 9, 2023
dcdb4d2
12665 add semicolon to link sanitation safe string
arthanson Aug 9, 2023
72e1e8f
Changelog for #11675, #11922, #12665, #13368, #13414
jeremystretch Aug 9, 2023
dc7411e
Fixes #13446: Don't disable bulk edit/delete buttons after deselectin…
jeremystretch Aug 11, 2023
9fd07b5
11578 mark swagger available- apis to accept lists in post (#13445)
arthanson Aug 11, 2023
40afe6c
Feature - Schema Generation (#13353)
danner26 Aug 11, 2023
5de9d3f
Fixes #12639 - Make sure name expansions throws a validation error on…
kkthxbye-code Aug 11, 2023
be3f48c
Fixed spelling for Attributes #13460
abhi1693 Aug 14, 2023
37d6f6a
Merge pull request #13461 from netbox-community/fix/13460-spelling
abhi1693 Aug 14, 2023
b583770
Fixes #13451: Disable table ordering for custom link columns
jeremystretch Aug 14, 2023
b9b9c06
Changelog for #10030, #11578, #12639
jeremystretch Aug 14, 2023
ea107b6
adds object view to allow changelog page to be opened #13463
abhi1693 Aug 14, 2023
892c10b
feat: add 200Gbps & 400Gbps interface speed options
Aug 11, 2023
e61795d
Release v3.5.8
jeremystretch Aug 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.5.7
placeholder: v3.5.8
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.5.7
placeholder: v3.5.8
validations:
required: true
- type: dropdown
Expand Down
15 changes: 14 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,25 @@
</div>
<h3></h3>

Some general tips for engaging here on GitHub:
## :information_source: Welcome to the Stadium!

In her book [Working in Public](https://www.amazon.com/Working-Public-Making-Maintenance-Software/dp/0578675862), Nadia Eghbal defines four production models for open source projects, categorized by contributor and user growth: federations, clubs, toys, and stadiums. The NetBox project fits her definition of a stadium very well:

> Stadiums are projects with low contributor growth and high user growth. While they may receive casual contributions, their regular contributor base does not grow proportionately to their users. As a result, they tend to be powered by one or a few developers.

The bulk of NetBox's development is carried out by a handful of core maintainers, with occasional contributions from collaborators in the community. We find the stadium analogy very useful in conveying the roles and obligations of both contributors and users.

If you're a contributor, actively working on the center stage, you have an obligation to produce quality content that will benefit the project as a whole. Conversely, if you're in the audience consuming the work being produced, you have the option of making requests and suggestions, but must also recognize that contributors are under no obligation to act on them.

NetBox users are welcome to participate in either role, on stage or in the crowd. We ask only that you acknowledge the role you've chosen and respect the roles of others.

### General Tips for Working on GitHub

* Register for a free [GitHub account](https://github.com/signup) if you haven't already.
* You can use [GitHub Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) for formatting text and adding images.
* To help mitigate notification spam, please avoid "bumping" issues with no activity. (To vote an issue up or down, use a :thumbsup: or :thumbsdown: reaction.)
* Please avoid pinging members with `@` unless they've previously expressed interest or involvement with that particular issue.
* Familiarize yourself with [this list of discussion anti-patterns](https://github.com/bradfitz/issue-tracker-behaviors) and make every effort to avoid them.

## :bug: Reporting Bugs

Expand Down
Loading