- Fixes added in CegoAction and CegoSelect to treat cego parser
with tablemanager pointer = 0.
This is needed for cegobridge to parse procedures and generated
other db specific code
ChangeLog: https://dettus.net/dMagnetic/
Lots of cleanup. The memory consumption was reduced and the interface between
the frontend and the engine has gotten cleaner. Oh, and there is a more stable
savegame for Atari and Apple available.
PR: 269139
Reported by: dettus@dettus.net (maintainer)
ChangeLog: https://github.com/elementary/code/releases/tag/7.0.0
* Fix compile warnings
* add code to keywords
* Fix drag and drop of accented text and between tabs
* Git ignore flatpak build files
* Ensure tab toggle label is always correct
* Add follow system style switch
* Explicitly handle missing cases
* Remove unused properties
* Change key to trigger rebuild completion word list
* Global search selected
* Move strip trailing whitespace into main code; remove plugin
* Fix meson warning for run_command
* Add custom elementary syntax styles
* Hide non-active documents when project manually chosen
* Show symbol outline pane on right of document
* ProjectFolderItem: Fix wrong ngettext syntax
* Redesign app icon as a tile
* Put the ProjectChooserButton inside the sidebar
* HeaderBar: put find actions in menu
* EditorConfig plugin overrides global settings for indent width and style
* Make sidebar pane the toplevel container
* Use elementary styles when following system style
* Change panel menu items to linkbutton
* FormatBar: use SwitchModelButton in tab popover
* Move Terminal to core
* Headerbar: remove sep before Revert
* FormatBar: use menubuttons instead of ToggleButtons
* Sidebar: Remove minimum width
* GSchema: follow system style
* Only restore documents for first window.
* Do not add duplicate project
* Update ci.yml
* FormatBar: Set sensitivity of affected items, fix binding
* PluginManager: Remove unused hooks
* Make Control-Scroll zooming controllable
* Metainfo improvements
* Headerbar: code style, small fixes
* Application: use built-in GLib functions in Activate
* Inactivate find actions when no current doc
* Fix startup warnings
* Styles: misc refinements
PR: 269135
Reported by: duchateau.olivier@gmail.com
Approved by: miguel@gocobachi.dev (maintainer)
kapp is a simple deployment tool for k8s
kapp CLI encourages Kubernetes users to manage resources in bulk by working with
"Kubernetes applications" (sets of resources with the same label).
It focuses on resource diffing, labeling, deployment and deletion.
Unlike tools like Helm, kapp considers YAML templating and management of
packages outside of its scope,
though it works great with tools that generate Kubernetes configuration.
PR: 255075
Major changes:
* Support '-' in JSONPath dot notation
* Do not add newline at eof with --no-format option
* Fix variables update
* Fix querystring key parsing
* Add option ssl-no-revoke
* Add client cert/key to command line args and options
* Add connect-to option
* Add name attribute to JUnit report
* Check HTTP version and status first, then other asserts
* Support new one line string
* Add filters for htmlEscape and htmlUnescape
* Add toInt filter
* Use HTTP instead of HTTP/* for any HTTP version match
* Add RunnerOptionsBuilder to create instance of RunnerOptions
* Add support for LINK, UNLINK, PURGE, LOCK, UNLOCK, PROPFIND and VIEW HTTP method
* Accept multiple --variables-file options
* Add GraphQL support
* Add --resolve option
Full changelog: https://github.com/Orange-OpenSource/hurl/releases/tag/2.0.0