summaryrefslogtreecommitdiff
path: root/src/generate.c
Commit message (Expand)AuthorAge
* lib: use an explicit parser context (#233)Simon Chopin2021-11-24
* generate:dbus:util: glib 2.70 compat (#235)Lukas Märdian2021-11-22
* libnetplan: expose coherent generator APIs (#239)Simon Chopin2021-10-19
* API/ABI: restrict the symbol export to a determined public API (#227)Simon Chopin2021-09-30
* lib: unify how constant names are exposed and used (#230)Simon Chopin2021-09-28
* Improve subprocess calls to binaries in /sbin + udevadm (#205)Lukas Märdian2021-06-14
* libnetplan: provide API for NetworkManager YAML backend (#193)Lukas Märdian2021-03-08
* DBus Config Management (try-improvement) (#170)Lukas Märdian2020-11-20
* Implement just-in-time behaviour for generate (#162)Dimitri John Ledkov2020-09-09
* Openvswitch support (LP: #1728134) (#154)Łukasz Zemczak2020-08-31
* Work on a better first-boot experience with SR-IOV (#141)Łukasz Zemczak2020-07-23
* Build libnetplan and initial parser for NetworkManager backend settings (#112)Mathieu Trudel-Lapierre2020-03-24
* parser: reorganize validation to happen in a single pass at the end of parsingMathieu Trudel-Lapierre2019-05-08
* Generate output files in dependency orderJulien Fortin2018-11-29
* Replace stray tabs with spaces.Alan Johnson2018-10-22
* Fix double slash in yaml path fileEric Desrochers2018-05-15
* Hopefully improve coverage by making codecov happy with LCOV markersMathieu Trudel-Lapierre2018-03-27
* tests: add more tests / fix coverage for generator --mapping featureMathieu Trudel-Lapierre2018-01-31
* generate: output backend mapping if we can find the interface or its propertiesMathieu Trudel-Lapierre2018-01-31
* Reload udevd to invalidate configuration cache of .rules/.link files as gener...Dimitri John Ledkov2017-10-11
* Fix crash in systemd generator if called by an user on the command-lineMathieu Trudel-Lapierre2017-08-31
* Support /lib/netplan/*.yaml filesMartin Pitt2016-08-29
* Code cleanup: Move networkd enablement into networkd.c functionMartin Pitt2016-08-18
* If global renderer is set to NM, allow NM to manage all devicesMartin Pitt2016-08-17
* Support /run/netplan/*.yaml filesMartin Pitt2016-08-17
* generate: Clean up obsolete generated configsMartin Pitt2016-08-16
* Enable systemd-networkd-wait-online when starting networkdMartin Pitt2016-08-16
* Automatically start networkd iff there is any networkd configurationMartin Pitt2016-08-01
* Move "generate" from a systemd unit to a systemd generatorMartin Pitt2016-08-01
* Add license/copyright headers to all source filesMartin Pitt2016-07-26
* Remove leftover Ubuntu brandingMartin Pitt2016-07-26
* Rename config filesMartin Pitt2016-07-26
* Postpone setting backend after parsing all filesMartin Pitt2016-07-26
* Add lcov markers for unreachable linesMartin Pitt2016-07-26
* generate: Add proper CLI parsing and default config filesMartin Pitt2016-07-26
* Add initial NetworkManager backendMartin Pitt2016-07-26
* code style: Consistently put * to type instead of variable nameMartin Pitt2016-07-26
* Update to changed YAML structureMartin Pitt2016-07-26
* rename -emit to -generateMartin Pitt2016-07-26