Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #75 from lasseh/master | Kristian Lyngstøl | 2016-05-20 | -2/+2 |
|\ | | | | | Fix for finding ip when docker outputs multiple lines | |||
| * | Fix for finding ip when docker outputs multiple lines | Lasse Haugen | 2016-05-19 | -2/+2 |
|/ | ||||
* | Increase area used by random fallback placement of switches | Kristian Lyngstol | 2016-05-19 | -2/+2 |
| | | | | Got tired of hogging the upper left corner | |||
* | Remove /comments from test - replace with oplog | Kristian Lyngstol | 2016-05-19 | -23/+1 |
| | ||||
* | Tweak log entries and switch entries | Kristian Lyngstol | 2016-05-19 | -6/+13 |
| | | | | Also: onclick handler for log entries. | |||
* | Disable IE support and HTML-injection | Kristian Lyngstol | 2016-05-18 | -6/+6 |
| | ||||
* | Remove comments from SQL | Kristian Lyngstol | 2016-05-18 | -69/+0 |
| | ||||
* | Remove comments from code in place of oplogs | Kristian Lyngstol | 2016-05-18 | -273/+42 |
| | ||||
* | Add SQL for backlog stuff too (ops) | Kristian Lyngstol | 2016-05-18 | -0/+43 |
| | ||||
* | Add basic oplog | Kristian Lyngstol | 2016-05-18 | -3/+148 |
| | | | | | | | | | | It still needs to be integrated with switches/info box, but this is a good start. Shows the last 5 log messages in an overlay on the map, with the rest visible in an oplog tab. Fixes #20 | |||
* | Add search-box documentation | Kristian Lyngstol | 2016-05-16 | -0/+38 |
| | | | | Fixes #41 | |||
* | Minor UI tweaks here and there | Kristian Lyngstol | 2016-05-16 | -8/+11 |
| | | | | | | | | | - Shadow for map title text (color matches background, so only visible when background interferes with readability) - SNMP map is private too - Remove 'map' from a bunch of titles - Fix z-index and position for map title (z-index is lower than the input canvas, but higher than everything else). | |||
* | Frontend: Hide certain elements in public-mode | Kristian Lyngstol | 2016-05-16 | -13/+18 |
| | | | | Probably a few more items that needs to be added here. | |||
* | Make the admin-pane slightly useful | Kristian Lyngstol | 2016-05-16 | -2/+82 |
| | | | | It's still not very good, but this doesn't have to be precision work. | |||
* | Add write-api for config | Kristian Lyngstol | 2016-05-16 | -0/+22 |
| | | | | References #54 | |||
* | Add tiny utility to invalidate varnish' cache | Kristian Lyngstol | 2016-05-16 | -0/+3 |
| | ||||
* | Add config read-api and use it to detect public access | Kristian Lyngstol | 2016-05-16 | -6/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently no way to modify the settings except by manual SQL, but it's coming. This allows us to have event-specific configuration in the database. This commit adds js that uses this to detect if the frontend is a public vhost or not. There are currently only three columns provided in addition to ID. publicvhost: The domain name of the publicly accessible version of Gondul. shortname: code name for the vent. e.g dx16, tg17, etc. data: jsonb to contain most other settings as we see fit. Most settings will be stored in 'data' if it's only or mainly used by the frontend. This will allow frontend developers to supply arbitrary configuration options without the need for API or database changes in the future. Fixes #51 References #54 Still need the GUI for it. | |||
* | Add utility to dump SQL schema | Kristian Lyngstol | 2016-05-14 | -0/+4 |
| | ||||
* | Add tabs for admin/map | Kristian Lyngstol | 2016-05-14 | -1/+55 |
| | | | | | | The admin-tab is currently empty. That is besides the point. Closes #18 | |||
* | Ansible: Add (but don't use) a way to export ports | Kristian Lyngstol | 2016-05-14 | -0/+6 |
| | | | | | Don't want to export it by default to avoid development laptops exposing stuff you don't want exposed to the world. | |||
* | Tweak README for name-changes and recent updates | Kristian Lyngstol | 2016-05-13 | -42/+38 |
| | ||||
* | Move stuff from /opt/nms to /opt/gondul etc | Kristian Lyngstol | 2016-05-13 | -38/+38 |
| | | | | Still lots to do | |||
* | Ansible: Start the move to Gondul-naming | Kristian Lyngstol | 2016-05-13 | -14/+14 |
| | ||||
* | Ansible: Display IP of apache-server to | Kristian Lyngstol | 2016-05-13 | -1/+6 |
| | | | | | | | | | Makes FRONTEND development easier since you can just bypass the cache. Be warned: If you are doing backend/api-development, you should use the varnish-URL to ensure your caching rules are sensible. This apache-frontend-ip is provided mainly for tinkering with javascript and HTML. | |||
* | Start simplifying tvmode and settings | Kristian Lyngstol | 2016-05-13 | -68/+67 |
| | | | | | | | | | | Fixes #68 References #67 There's still a few bits missing for #67 since there is no UI for it yet. On the bright side, this will store arbitrary options. | |||
* | Slightly tweak the README to track recent changes | Kristian Lyngstol | 2016-05-12 | -4/+8 |
| | ||||
* | Move ansible stuff away from build/test | Kristian Lyngstol | 2016-05-12 | -0/+0 |
| | | | | | | It's not just test... References #56 | |||
* | Add tags to ansible to allow selective jobs | Kristian Lyngstol | 2016-05-12 | -0/+18 |
| | | | | | | This is far better than a separate playbook. Closes #60 | |||
* | Ansible: Start splitting test and "prod" logic | Kristian Lyngstol | 2016-05-11 | -76/+77 |
| | ||||
* | Start the name change in the README | Kristian Lyngstol | 2016-05-10 | -12/+18 |
| | | | | References #55 | |||
* | Add test case for populating switches | Kristian Lyngstol | 2016-05-10 | -0/+9 |
| | ||||
* | Tweak SNMP fetch tester | Kristian Lyngstol | 2016-05-10 | -1/+26 |
| | ||||
* | Tweak mib paths and ignore them in git | Kristian Lyngstol | 2016-05-10 | -1/+2 |
| | ||||
* | Add misc build/test files | Kristian Lyngstol | 2016-05-10 | -0/+215 |
| | ||||
* | Adjust mibs | Kristian Lyngstol | 2016-05-10 | -4/+7 |
| | ||||
* | Update README for development and fix typo in playbook | Kristian Lyngstol | 2016-04-14 | -14/+16 |
| | ||||
* | Test: use volume and local connection | Kristian Lyngstol | 2016-04-14 | -14/+11 |
| | | | | Somewhat dirty pwd-hack | |||
* | Tweak README and create doc/ directory | Kristian Lyngstol | 2016-04-14 | -10/+8 |
| | ||||
* | Unit tests and README update to match | Kristian Lyngstol | 2016-04-14 | -46/+102 |
| | ||||
* | ping: Don't break with zero switches | Kristian Lyngstol | 2016-04-13 | -1/+22 |
| | ||||
* | test collectors (ping for now) | Kristian Lyngstol | 2016-04-13 | -2/+2 |
| | ||||
* | test: Simplify playbook | Kristian Lyngstol | 2016-04-13 | -64/+24 |
| | ||||
* | test: Introduce/link varnish | Kristian Lyngstol | 2016-04-13 | -0/+35 |
| | ||||
* | Varnish: Un-tg-ify the VCL | Kristian Lyngstol | 2016-04-13 | -2/+2 |
| | ||||
* | Working test! It's amazing! | Kristian Lyngstol | 2016-04-13 | -3/+43 |
| | | | | | | | | Never been so happy to see a single switch in the nms. Missing: Varnish and collectors and better deplist. Also: this is mainly _test_ stuff, not meant for development OR production. | |||
* | More work on adapting /opt and tests | Kristian Lyngstol | 2016-04-13 | -30/+30 |
| | ||||
* | Add .gitignore | Kristian Lyngstol | 2016-04-13 | -0/+1 |
| | ||||
* | Build/test: Work on front | Kristian Lyngstol | 2016-04-13 | -25/+74 |
| | ||||
* | Document schema-location (...) | Kristian Lyngstol | 2016-04-13 | -1/+2 |
| | ||||
* | Add schema and start build and test-framework | Kristian Lyngstol | 2016-04-13 | -0/+734 |
| | | | | DB is looking OK so far in the test. |