-
if we add `test` to the arguments to `batfish_build_all.sh` it will run the test target in every `ant` `build.xml`. This will make sure the unit tests that exist (if any) will run.
We'll need to ad…
-
If you check out the react-component-pages demo and navigate from Home to Blog, you might see the blog post list bounce really quickly from the left to its indented position. I think this is happening…
-
Since the client allows passing args some of which may be regular expressions, using the character | to split args does not work.
In [Client.java](projects/batfish-client/src/main/java/org/batfish/…
-
@mapbox/support & @katydecorah, as authors of many Jekyll pages, I'd love your feedback on this.
This module enables the Markdown syntax that we'll use in [Batfish](https://github.com/mapbox/batfi…
-
Lots and lots of errors. Now that you're maven-based?, it might make sense to remove the eclipse projects and tell users to just import the project the same way they import any other maven project.
…
-
This configuration property is used in two places currently:
- In `prefixUrl.absolute()`, if you use that.
- In sitemap generation.
Sitemaps won't work at all without it. Should it be required?
-
Currently, all Jackson property names are constants with names like `DESCRIPTION_VAR`, etc.
The placement of `_VAR` at the end of the constant name hinders sorting. Furthermore, `VAR` itself is not a…
-
Writing out some initial thoughts about the API. Adding to this list as more things come to mind.
- Most importantly, there needs to be a CLI with `start` and `build` commands.
- `build` needs to …
-
When executing a query, ```batfish.standard()``` creates many NOD jobs (one per ingress), each of which ends up completely regenerating the NOD program even though the program is identical. So in the …
-
The purpose of our first pass was to get more people than just me tinkering with Batfish and testing out the APIs. Now that that's done, we should make a second pass through examples with different go…