Skip to content

Conversation

@qduk
Copy link
Collaborator

@qduk qduk commented Sep 13, 2022

This PR addresses issue #119. The CI schedule is defined to pull data every 15th of the month. If there is a difference in the data, the flat CI action will commit the new data to the repo. I'm not sure how exactly we want to handle that. I'm sure we could make it where it creates a PR rather than a straight commit but figure we start discussion from this PR.

Adam Byczkowski and others added 30 commits September 12, 2022 11:57
{
  "date": "2022-09-12T18:38:07.891Z",
  "files": [
    {
      "name": "test.txt",
      "deltaBytes": 5253172,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T19:24:55.944Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 5253172,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T19:42:33.332Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": -3971512,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T19:46:33.601Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 3971512,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T20:17:34.717Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": -3971512,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T20:23:39.725Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 0,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T20:38:29.667Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 1,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T20:55:56.830Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 1,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-12T21:02:54.064Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": -2,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
Adam Byczkowski and others added 9 commits September 21, 2022 09:34
{
  "date": "2022-09-21T17:48:18.614Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 32,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
{
  "date": "2022-09-21T17:51:36.253Z",
  "files": [
    {
      "name": "netutils/oui_mappings.py",
      "deltaBytes": 1,
      "source": "https://standards-oui.ieee.org"
    }
  ]
}
@qduk
Copy link
Collaborator Author

qduk commented Sep 21, 2022

Updated to align with what we discussed in Slack. Let me know what you guys think!

@itdependsnetworks
Copy link
Contributor

would be interested to see the memory impact with and without calling that function

@qduk
Copy link
Collaborator Author

qduk commented Oct 3, 2022

@itdependsnetworks Looks like it is about a 6.707 MiB increase in memroy usage once that python dict is imported.
memory

@qduk
Copy link
Collaborator Author

qduk commented Oct 3, 2022

Here is calling a different function to show memory usage stays at ~22.
mem#2

@jeffkala
Copy link
Collaborator

jeffkala commented Oct 4, 2022

@qduk test are failing

@qduk
Copy link
Collaborator Author

qduk commented Oct 4, 2022

@jeffkala @itdependsnetworks Fixed tests. Thanks Jeff.

@qduk qduk requested a review from jeffkala October 5, 2022 19:47
@qduk qduk merged commit ceb0ec5 into networktocode:develop Oct 7, 2022
@qduk qduk mentioned this pull request Oct 11, 2022
itdependsnetworks pushed a commit to itdependsnetworks/netutils that referenced this pull request Nov 3, 2022
…ocode#148)

Adds get_oui and flat ci process to pull OUI data into repo (networktocode#148)

Co-authored-by: Jeff Kala <[email protected]>

Co-authored-by: Adam Byczkowski <[email protected]>
Co-authored-by: flat-data <[email protected]>
Co-authored-by: Jeff Kala <[email protected]>
@qduk qduk deleted the oui_mapping branch December 22, 2022 16:14
michalis1 pushed a commit to michalis1/netutils that referenced this pull request Feb 2, 2026
…ocode#148)

Adds get_oui and flat ci process to pull OUI data into repo (networktocode#148)

Co-authored-by: Jeff Kala <[email protected]>

Co-authored-by: Adam Byczkowski <[email protected]>
Co-authored-by: flat-data <[email protected]>
Co-authored-by: Jeff Kala <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants