Skip to content

Commit

Permalink
Alias content and description (#23)
Browse files Browse the repository at this point in the history
* alias content & description mapping

* bump version

* uses -> run

* terrible hack to fix aliases array entries
  • Loading branch information
mwood77 committed Apr 1, 2024
1 parent 2785a5c commit 061fe98
Show file tree
Hide file tree
Showing 9 changed files with 4,884 additions and 2,679 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v4

- name: Install Dependencies
uses: npm ci
run: npm ci

- name: Build project
uses: npm run build
run: npm run build
3,946 changes: 1,275 additions & 2,671 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pf2open",
"version": "0.1.7",
"version": "0.1.8",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,6 +26,7 @@
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"xml-formatter": "^3.6.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions sample-files/complex-pfsense.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,19 @@
<address>159.224.66.161/32</address>
<detail><![CDATA[Entry added Thu, 02 Feb 2012 22:52:11 +0000||]]></detail>
</alias>
<alias uuid="72b6208b-e50d-4d68-a594-da0fa6760000">
<enabled>1</enabled>
<name>MY_HOST</name>
<type>host</type>
<proto/>
<interface/>
<counters>0</counters>
<updatefreq/>
<content>192.168.1.1 192.168.1.4 192.168.34.34</content>
<categories/>
<description>Entry added Mon, 01 Jan 1979 01:23:45 -0000</description>
<farts>1</farts>
</alias>
</aliases>
<proxyarp></proxyarp>
<cron>
Expand Down
Loading

0 comments on commit 061fe98

Please sign in to comment.