-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix dependencies in Dockerfiles #65
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lguohan
approved these changes
Nov 11, 2016
stcheng
pushed a commit
that referenced
this pull request
Mar 22, 2017
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…onic-net#65) - The counter of the corresponding ACL cannot be queried until it is successfully created. Display 'N/A' when the counter of an ACL rule is not available.
abdosi
added a commit
that referenced
this pull request
May 5, 2020
[configdb.py]: Allow deletion of entire table from mod_config API. (#61) [MultiDB] mimic redis-dump-load , adding sonic_db_dump_load.py and so… [MultiDB] add sonic-db-cli PING all instances support (#65) Fix sonic-db-cli script to be compatible with python3 and python2.7 (#66) Namespace support in SonicV2Connector (#63) [Multiasic]: Add calculation of interface index for backplane interfa…
vasant17
pushed a commit
to vasant17/sonic-buildimage
that referenced
this pull request
Jul 1, 2020
sonic-net#65) * [_sonic_yang_ext.py]: Using python mixin to extend sonic_yang class into 2 files. Changes: 1.) Moved al functions of _sonic_yang_ext.py file in sonic_yang_ext_mixin class. 2.) Use this class in sonic_yang to extend funtionality. Note: Python mixin are different from parent class since it can access all variables of the class which is using it. Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com * [sonic-yang-mgmt]: Resolving LGTM. Changes: To address 'import *' related LGTM alerts 1.) Moved all functions of _sonic_yang_ext.py file in sonic_yang_ext_mixin class. 2.) Use this class in sonic_yang to extend funtionality, i.e. python mixin. Note: Python mixin are different from parent class since it can access all variables of the class which is using it. Other LGTM issues 3.) Address Other LGTM minor issues found in below link. https://lgtm.com/projects/g/Azure/sonic-buildimage/rev/pr-0f82616403c02577e1155347eb5b693a51c76a9e Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
signed-off-by hrachya@mellanox.com
vdahiya12
pushed a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Oct 2, 2020
…e base class (sonic-net#65) Signed-off-by: Dante (Kuo-Jung) Su <dante.su@broadcom.com>
4 tasks
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Jun 16, 2021
* [MultiDB] add sonic-db-cli PING all instances support * address reviews * remove version * address reviews opinions * remove unused time * format error msg * return simple FAILED * format print msg and return codes * remove syslog and add TODO
6 tasks
zjswhhh
added a commit
that referenced
this pull request
May 2, 2022
[sonic-linkmgrd][202012] submodule update 3523738 Jing Zhang Sun Apr 3 20:54:40 2022 -0700 Reset link prober state when default route is back #56 8282e78 Jing Zhang Fri Apr 15 15:59:34 2022 -0700 Keep incrementing sequence number when link prober is suspended and shutdown #55 (#65) 8246eb8 Jing Zhang Thu Apr 14 18:49:36 2022 -0700 Shutdown ICMP heartbeats when default route state is missing and ToR is in auto mode #44 (#59) sign-off: Jing Zhang zhangjing@microsoft.com
mssonicbld
pushed a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Aug 5, 2022
zbud-msft
added a commit
that referenced
this pull request
Dec 6, 2022
mssonicbld
added a commit
to mssonicbld/sonic-buildimage
that referenced
this pull request
Jun 12, 2023
…utomatically details:\n * 3117236 - (HEAD -> master, origin/master, origin/HEAD) Fix issue: hostcfgd unit test might be affected by other during parallel build (sonic-net#65) (2023-06-12) [Junchao-Mellanox]
mssonicbld
added a commit
that referenced
this pull request
Jun 30, 2023
…utomatically (#15677) #### Why I did it src/sonic-host-services ``` * 3ebe922 - (HEAD -> 202211, origin/202211) Fix issue: hostcfgd unit test might be affected by other during parallel build (#65) (12 hours ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
May 23, 2024
…ically (#19036) #### Why I did it src/sonic-dbsyncd ``` * d5fa793 - (HEAD -> master, origin/master, origin/HEAD) Handle exception to avoid lldp_syncd crash (#65) (2 hours ago) [Zhaohui Sun] * bc63571 - Fix pipeline issue. (#66) (25 hours ago) [Liu Shilong] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
…c-utilities [submodule][202205] Update submodule sonic-utilities to the latest HEAD automatically
mssonicbld
added a commit
that referenced
this pull request
Aug 2, 2024
…ically (#19769) #### Why I did it src/sonic-dbsyncd ``` * 5956f0b - (HEAD -> 202311, origin/202311) Handle exception to avoid lldp_syncd crash (#65) (60 minutes ago) [Zhaohui Sun] * d89a00d - [lldp-syncd] Fix unexpected exception in snmp-subagent (#64) (10 hours ago) [Zhaohui Sun] ``` #### How I did it #### How to verify it #### Description for the changelog
MuLinForest
pushed a commit
to MuLinForest/sonic-buildimage
that referenced
this pull request
Aug 6, 2024
d5fa793: Handle exception to avoid lldp_syncd crash (sonic-net#65) bc63571: Fix pipeline issue. (sonic-net#66) 4d627ee: [lldp-syncd] Fix unexpected exception in snmp-subagent (sonic-net#64) e294eb0: Update the code coverage rate to 80% (sonic-net#63)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.