azure-container-networking/.gitignore

40 строки
323 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

vendor/
2016-09-13 21:57:32 +03:00
# Binaries
2016-11-12 05:04:48 +03:00
out/*
2017-02-11 01:57:55 +03:00
output/*
2016-09-13 21:57:32 +03:00
# Artifacts
2016-10-07 01:51:20 +03:00
azure-*.json
2016-09-13 21:57:32 +03:00
ipam-*.xml
2017-02-11 01:57:55 +03:00
# Environment
.vscode/*
# Coverage
*.out
# Goland
.idea/*
# Logs
*.log
# debug test files
*.test
[NPM] Dataplane Parser + Dataplane Converter + Traffic Analyzer (#907) * organized iptable parser code * print functions for iptable object + comments and testing template for parser * add converter package + code refractoring parser * fix bug where the program throws an error when the length of an option's value is 1 in parser * add tests for parseTarget and parseModule + code refactoring for parser * add ConvertIptablesObject func * tests for parser * add converter UT * experimenting with protobuff * used constructors, getters and setters for iptables' struct * export GrapIptableLock * add parser for negation in npm rules + add SetInfo obj for converter + update protobuf * move folder into npm + changes to converter * change hack folder name + move within npm * make changes to converter * change gitignore * temporarily remove http folder * converter ut * fix converter tests + partial tests for tupleProcessor * fix go lint issue with json unmarshal * changed npmcache.exec type to interface to pass tests in converter * change back policy file * add conditions to get npm cache and iptable-save from node * Update const.go * Update converter.go * Update converter_test.go * Changes to return error statements in converter.go * Update converter_test.go * Change import path * Update iptables strings method * Update parser.go * Update parser_test.go * Update networkTupleProcessor.go * update tupleProcessor_test.go * Delete main.go * resolve golint issue * fix returning errors in tupleProcessor * changed unit tests so they are more aligned with guidelines + add cidrblocks set type placeholder * pull updates from master * move everything to the datplane package * refactoring code * fix golint issues * java style is not the way to Go ;) * add more comments to the parseLine function * fix more golint issues * fix line length linting issues * fix more linting issues * add parse CIDR Block functionality * minor bug fixes + more test coverage * fix remaining lint issues * minor linting issue * fix the final linting issus this time for real * for real * remove todos * addressed some CR reviews * moved parser and iptables to their own package * change package name * minor comments * change package name * addressed more CR comments * minor linting issue * rename tupleProcessor to trafficAnalyzer * remove a test that used exec * fix parse iptable logic + re adding the previous test
2021-08-12 19:34:01 +03:00
controller-gen
build/tools/bin
npm/debug/http
go.work*
# scale-test
test/scale/generated/*
# test env file
*.env
# omit e2e bin
test/e2e/bin/*