bctiemann
|
cd10087b2b
|
Merge pull request #18859 from netbox-community/17602-comments-field-for-nested-models
Closes #17602: adds comments field to NestedGroupModel children
|
2025-03-19 09:50:11 -04:00 |
|
Arthur Hanson
|
af5ec19430
|
17170 Add ability to add contacts to multiple contact groups (#18885)
* 17170 Allow multiple Group assignments for Contacts
* 17170 update docs
* 17170 update api, detail view, graphql
* 17170 fixes
* 17170 fixes
* 17170 fixes
* 17170 fixes
* 17170 fixes
* 17170 fixes
* 17170 fix bulk import
* 17170 test fixes
* 17170 test fixes
* 17170 test fixes
* 17178 review changes
* 17178 review changes
* 17178 review changes
* 17178 review changes
* 17178 review changes
* 17178 review changes
* 17170 update migration
* 17170 bulk edit form
|
2025-03-18 14:05:02 -04:00 |
|
Jason Novinger
|
157df20ad4
|
Adds TenantGroup.comments to the required locations
- [x] 1. Add the field to the model class
- [x] 2. Generate and run database migrations
- [NA] 3. Add validation logic to clean()
- [NA] 4. Update relevant querysets
- [x] 5. Update API serializer
- [x] 6. Add fields to forms
- [x] tenancy.forms.model_forms, create/edit (e.g. model_forms.py)
- [x] tenancy.forms.bulk_edit, bulk edit
- [x] tenancy.forms.bulk_import, CSV import
- [NA] filter (UI and API)
- [x] 7. Extend object filter set
- [x] 8. Add column to object table
- [x] 9. Update the SearchIndex
- [x] 10. Update the UI templates
- [x] 11. Create/extend test cases
- [NA] models
- [x] views
- [NA] forms
- [x] filtersets
- [x] api
- [NA] 12. Update the model's documentation
|
2025-03-13 11:52:06 -05:00 |
|
Jason Novinger
|
b8352260ee
|
Adds ContactGroup.comments in the required locations
- [x] 1. Add the field to the model class
- [x] 2. Generate and run database migrations
- [NA] 3. Add validation logic to clean()
- [NA] 4. Update relevant querysets
- [x] 5. Update API serializer
- [x] 6. Add fields to forms
- [x] tenancy.forms.model_forms, create/edit (e.g. model_forms.py)
- [x] tenancy.forms.buld_edit, bulk edit
- [x] tenancy.dorms.bulk_import, CSV import
- [NA] filter (UI and API)
- [x] 7. Extend object filter set
- [x] 8. Add column to object table
- [x] 9. Update the SearchIndex
- [x] 10. Update the UI templates
- [x] 11. Create/extend test cases
- [NA] models
- [x] views
- [NA] forms
- [x] filtersets
- [x] api
- [NA] 12. Update the model's documentation
|
2025-03-13 11:52:06 -05:00 |
|
Jeremy Stretch
|
343a4af591
|
Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067)
* Enable E501 rule
* Configure ruff formatter
* Reformat migration files to fix line length violations
* Fix various E501 errors
* Move table template code to template_code.py & ignore E501 errors
* Reformat raw SQL
|
2024-11-21 15:58:11 -05:00 |
|
Daniel Sheppard
|
4fead1c85f
|
Fixes: #17310 - Properly restrict GraphQL related object queries (#17312)
* Fixes: #17310 - Fix GraphQL restriction of related objects
* Fix some failing tests
* Fix test
|
2024-08-30 14:22:58 -04:00 |
|
Jeremy Stretch
|
5f43eabab1
|
Rename ContactAssignment.content_type to object_type
|
2024-03-04 08:33:44 -05:00 |
|
Jeremy Stretch
|
d042e6f69d
|
Closes #15238: Include description field in brief mode
|
2024-02-26 11:39:31 -05:00 |
|
jeremystretch
|
2ce8ef5704
|
Fixes #7771: Group assignment should be optional when creating contacts via REST API
|
2021-11-08 08:34:10 -05:00 |
|
jeremystretch
|
ff3edc9889
|
Add NestedContactAssignmentSerializer; add contact assignment API tests
|
2021-11-04 11:55:00 -04:00 |
|
jeremystretch
|
2e78568d4d
|
Initial work on contacts
|
2021-10-18 13:59:05 -04:00 |
|
Jeremy Stretch
|
fb48c1f6dd
|
Add 'display' field to all REST API serializers
|
2021-03-16 10:06:25 -04:00 |
|
Jeremy Stretch
|
04a6e2de9d
|
Changelog and test for #5786
|
2021-02-24 14:39:09 -05:00 |
|
Jeremy Stretch
|
38ed612cb9
|
Add test for API bulk updates
|
2020-09-22 13:50:55 -04:00 |
|
Jeremy Stretch
|
1692fbf5d8
|
#4837: Fix API tests
|
2020-07-09 12:06:13 -04:00 |
|
Jeremy Stretch
|
ae913f14ce
|
Standardize tenancy API tests
|
2020-06-05 14:30:01 -04:00 |
|
Jeremy Stretch
|
a53f854187
|
Remove tests for API _choices endpoints
|
2020-03-12 10:48:53 -04:00 |
|
Jeremy Stretch
|
b5d57262f9
|
Update tests for nested TenantGroups
|
2020-03-11 21:14:53 -04:00 |
|
Jeremy Stretch
|
8bd67b2c17
|
Add tests for browsable API endpoints
|
2020-01-15 17:47:55 -05:00 |
|
Jeremy Stretch
|
857e04e90b
|
Add _choices endpoint tests for all apps
|
2020-01-14 16:13:11 -05:00 |
|
Jeremy Stretch
|
a46b43bff6
|
Added child counts to API serializers (WIP)
|
2019-04-12 17:07:56 -04:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
22ed4f1b53
|
Merge release v2.4.6
|
2018-10-10 09:36:51 -04:00 |
|
Jeremy Stretch
|
259da2d18a
|
#2487: Added API tests
|
2018-10-04 16:20:01 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
bd5e860be0
|
Refactored the tests to remove a lot of boilerplate
|
2018-08-03 11:39:26 -04:00 |
|
Jeremy Stretch
|
e4f336a843
|
Establish tests for the utilities app
|
2018-06-08 14:32:41 -04:00 |
|
Jeremy Stretch
|
b27529d927
|
Added bulk creation API tests
|
2018-01-02 16:29:44 -05:00 |
|
Jeremy Stretch
|
e01e5e6b0e
|
Standardize on JSON data format for all POST/PUT test client requests
|
2017-11-08 13:54:35 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|
Jeremy Stretch
|
f21c6bca00
|
Import unicode_literals
|
2017-05-24 11:33:11 -04:00 |
|
Jeremy Stretch
|
42fd14f5c0
|
Introduced HttpStatusMixin to provide more detail on HTTP response status test failures
|
2017-03-20 13:46:47 -04:00 |
|
Jeremy Stretch
|
bbc355df07
|
Improved create/update validation
|
2017-03-16 14:17:14 -04:00 |
|
Jeremy Stretch
|
d58f9031d1
|
Wrote tests for tenancy API
|
2017-03-16 13:29:55 -04:00 |
|