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

feature: Allow creation for "any" and "untagged" as EVCs #258

Merged
merged 36 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1080ed5
Removed required property from UNI tag
Alopalao Feb 2, 2023
d6772b3
Added support to str in tag.value
Alopalao Feb 7, 2023
fc66391
Merge branch 'master' into untagged_uni
Alopalao Feb 7, 2023
165c431
Extended changes to more flow types
Alopalao Feb 8, 2023
0f2aa8c
Added new static method _get_value_from_uni_tag()
Alopalao Feb 8, 2023
a5369f0
Fixed linter
Alopalao Feb 8, 2023
eee89e8
Reversed tox.ini
Alopalao Feb 8, 2023
31e0cb1
Added support for intra-switch EVC
Alopalao Feb 9, 2023
eac6bf0
Added more possible strings to `value` from TagDoc
Alopalao Feb 15, 2023
4cadff0
Added support for `untagged`
Alopalao Feb 21, 2023
6f82d45
Corrected EVC combinations
Alopalao Mar 1, 2023
8115423
Fixed linter
Alopalao Mar 1, 2023
bb7fceb
Removed required property from UNI tag
Alopalao Feb 2, 2023
4c768cc
Added support to str in tag.value
Alopalao Feb 7, 2023
81d5ae6
Extended changes to more flow types
Alopalao Feb 8, 2023
6d91bd7
Added new static method _get_value_from_uni_tag()
Alopalao Feb 8, 2023
60626a3
Fixed linter
Alopalao Feb 8, 2023
82a9869
Reversed tox.ini
Alopalao Feb 8, 2023
ebd6dcc
Added support for intra-switch EVC
Alopalao Feb 9, 2023
b4bbe20
Added more possible strings to `value` from TagDoc
Alopalao Feb 15, 2023
9bace29
Added support for `untagged`
Alopalao Feb 21, 2023
df23b06
Corrected EVC combinations
Alopalao Mar 1, 2023
ab731a4
Fixed linter
Alopalao Mar 1, 2023
e3b994b
Merge branch 'untagged_uni' of https://github.com/Alopalao/mef_eline …
Alopalao Mar 1, 2023
72c25d9
Added support to str in tag.value
Alopalao Feb 7, 2023
d877469
Added new static method _get_value_from_uni_tag()
Alopalao Feb 8, 2023
17acb03
Added more possible strings to `value` from TagDoc
Alopalao Feb 15, 2023
4c9ffc9
Added support for `untagged`
Alopalao Feb 21, 2023
4a407e3
Corrected EVC combinations
Alopalao Mar 1, 2023
e976108
Merge branch 'untagged_uni' of https://github.com/Alopalao/mef_eline …
Alopalao Mar 6, 2023
59258b8
Reduced if statements
Alopalao Mar 6, 2023
ad2e558
Changed priorities depending on new cases
Alopalao Mar 7, 2023
b5e4fbe
Reversed string vlan, temporal
Alopalao Mar 7, 2023
aa791e6
Polished code
Alopalao Mar 10, 2023
128f80c
Added new dictionary to EVC, `special_cases`
Alopalao Mar 10, 2023
5c98c93
Added exceptio handling in update()
Alopalao Mar 13, 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
3 changes: 0 additions & 3 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,6 @@ components:

Tag: # Can be referenced via '#/components/schemas/Tag'
type: object
required:
- tag_type
- value
properties:
tag_type:
type: integer
Expand Down