-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging release 2.2.41 into master #1585
Commits on Mar 4, 2019
-
Merge pull request #1478 from Azure/release-2.2.37
Merging Release 2.2.37 into develop
Configuration menu - View commit details
-
Copy full SHA for 4f7042a - Browse repository at this point
Copy the full SHA 4f7042aView commit details
Commits on Mar 7, 2019
-
Use 1804-style deprovisioning for all versions >= 18.04 (#1483)
18.04 changed the method of managing resolv.conf vs. 16.04; the new method involves letting systemd-networkd manage that file. A previous fix corrected waagent behavior for 18.04 but did not do so for subsequent releases. Now that Ubuntu's direction is clear, this commit makes the correction in all versions of Ubuntu from 18.04 onwards. Other distros are unaffected by this bug and by this fix.
Configuration menu - View commit details
-
Copy full SHA for 3cb14b8 - Browse repository at this point
Copy the full SHA 3cb14b8View commit details
Commits on Mar 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 52a3ec0 - Browse repository at this point
Copy the full SHA 52a3ec0View commit details -
Merge pull request #1480 from vrdmr/vameru/travis-update
Updating Travis settings
Configuration menu - View commit details
-
Copy full SHA for c9699c6 - Browse repository at this point
Copy the full SHA c9699c6View commit details -
Added description for Extension Error Codes (#1482)
* Added description for Extension Error Codes * Correcting the test - to send the correct CRP Extension Error code * Adding docstring to describe ExtensionErrorCodes
Configuration menu - View commit details
-
Copy full SHA for 5fe89a8 - Browse repository at this point
Copy the full SHA 5fe89a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eac8f39 - Browse repository at this point
Copy the full SHA eac8f39View commit details
Commits on Mar 13, 2019
-
WireServer Certificates parser gracefully exits if format of package …
…is not Pkcs7BlobWithPfxContents (#1474) * Certificates parser gracefully exits if format of package is not Pkcs7BlobWithPfxContents * Add missing files * change message to warning
Configuration menu - View commit details
-
Copy full SHA for ec51856 - Browse repository at this point
Copy the full SHA ec51856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f83843 - Browse repository at this point
Copy the full SHA 3f83843View commit details
Commits on Mar 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ca1d395 - Browse repository at this point
Copy the full SHA ca1d395View commit details
Commits on Mar 26, 2019
-
Fix PID tracking for cgroups (#1489)
* add fixes for cgroup setup and PID tracking * cleanup code comments * disable cgroups test if not supported by environment * remove wrapper cgroup tracking and other nits * fix whitespace * nit fixes; addressing CR comments
Configuration menu - View commit details
-
Copy full SHA for ff01b37 - Browse repository at this point
Copy the full SHA ff01b37View commit details
Commits on Mar 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4c7c892 - Browse repository at this point
Copy the full SHA 4c7c892View commit details
Commits on Apr 12, 2019
-
Setting the host.manifest_uri even if it was not downloaded using host
Your Name committedApr 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 5f310b5 - Browse repository at this point
Copy the full SHA 5f310b5View commit details -
Added a unit test to check if the manifest is being set for both case…
…s - when it was downloaded directly or through HostGA
Your Name committedApr 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 4f368b6 - Browse repository at this point
Copy the full SHA 4f368b6View commit details
Commits on Apr 16, 2019
-
Suppress 'Errno 2' messages when deleting extensions (#1504)
* Suppress 'Errno 2' messages when deleting extensions * Added unit tests * Fixes for unit tests
Configuration menu - View commit details
-
Copy full SHA for 2dc43ce - Browse repository at this point
Copy the full SHA 2dc43ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e6589 - Browse repository at this point
Copy the full SHA a8e6589View commit details
Commits on Apr 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1daa2b9 - Browse repository at this point
Copy the full SHA 1daa2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d52a7d - Browse repository at this point
Copy the full SHA 0d52a7dView commit details -
Addressed PR comments, added comments to the tests and cleaned the co…
…de; Also modified test to follow AAA pattern for unit-tests
Configuration menu - View commit details
-
Copy full SHA for 6756a30 - Browse repository at this point
Copy the full SHA 6756a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1332c8 - Browse repository at this point
Copy the full SHA e1332c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840c0ba - Browse repository at this point
Copy the full SHA 840c0baView commit details -
Merge pull request #1510 from larohra/nsg_dcr_hostga_issue
Fix for sending wrong header to HostGA /extensionManifest calls
Configuration menu - View commit details
-
Copy full SHA for cc648d5 - Browse repository at this point
Copy the full SHA cc648d5View commit details
Commits on Apr 30, 2019
-
* Release 2.2.39 (#1494) * Fix header * Update agent version to 2.2.40
Configuration menu - View commit details
-
Copy full SHA for de02445 - Browse repository at this point
Copy the full SHA de02445View commit details
Commits on May 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for df97eec - Browse repository at this point
Copy the full SHA df97eecView commit details
Commits on May 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 830c422 - Browse repository at this point
Copy the full SHA 830c422View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ab8f394 - Browse repository at this point
Copy the full SHA ab8f394View commit details
Commits on May 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8d02446 - Browse repository at this point
Copy the full SHA 8d02446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8309d14 - Browse repository at this point
Copy the full SHA 8309d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e537f5 - Browse repository at this point
Copy the full SHA 8e537f5View commit details
Commits on May 22, 2019
-
Implement API for systemd-managed cgroups (#1536)
* API for extension cgroups * add systemd implemented methods for extensions * fix and improve tests * add comments * add daemon-reload after removing units * code refactoring * fix tests * change how we check systemd * fix updated check for systemd * fix systemd check again * update comment for systemd check * address most CR comments * add unit test for API resolution * address CR comments and add unit tests * revert is_systemd method
Configuration menu - View commit details
-
Copy full SHA for f537cfe - Browse repository at this point
Copy the full SHA f537cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da18d3 - Browse repository at this point
Copy the full SHA 4da18d3View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7d6acb - Browse repository at this point
Copy the full SHA e7d6acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7120c52 - Browse repository at this point
Copy the full SHA 7120c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f32c7 - Browse repository at this point
Copy the full SHA f8f32c7View commit details
Commits on May 29, 2019
-
Added unit tests fror CGroupApi (#1539)
* Added unit tests fror CGroupApi * Remove comments
Configuration menu - View commit details
-
Copy full SHA for 8863864 - Browse repository at this point
Copy the full SHA 8863864View commit details
Commits on May 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4d4d985 - Browse repository at this point
Copy the full SHA 4d4d985View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bfd08 - Browse repository at this point
Copy the full SHA b0bfd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b5a75 - Browse repository at this point
Copy the full SHA 11b5a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5dfbc - Browse repository at this point
Copy the full SHA ee5dfbcView commit details
Commits on May 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 689fdbd - Browse repository at this point
Copy the full SHA 689fdbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a123635 - Browse repository at this point
Copy the full SHA a123635View commit details -
Merge pull request #1538 from vrdmr/vameru/cgroup-telemetry
Making cgroup telemetry work end to end, with new spec for metrics
Configuration menu - View commit details
-
Copy full SHA for 368c71e - Browse repository at this point
Copy the full SHA 368c71eView commit details
Commits on Jun 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c6e2952 - Browse repository at this point
Copy the full SHA c6e2952View commit details -
CGroupConfigurator unit tests (#1543)
* Added unit tests for CGroupConfigurator * Added test for start_extension_command * Do not mount cgroups
Configuration menu - View commit details
-
Copy full SHA for 6e2a02a - Browse repository at this point
Copy the full SHA 6e2a02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a3010 - Browse repository at this point
Copy the full SHA c4a3010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296dc50 - Browse repository at this point
Copy the full SHA 296dc50View commit details
Commits on Jun 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d397c66 - Browse repository at this point
Copy the full SHA d397c66View commit details -
Merge pull request #1526 from mbearup/develop
Add logging for cert management
Configuration menu - View commit details
-
Copy full SHA for 57fa6d9 - Browse repository at this point
Copy the full SHA 57fa6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 128f3c8 - Browse repository at this point
Copy the full SHA 128f3c8View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 070e15f - Browse repository at this point
Copy the full SHA 070e15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 786122c - Browse repository at this point
Copy the full SHA 786122cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e84c4 - Browse repository at this point
Copy the full SHA a2e84c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d0ab8 - Browse repository at this point
Copy the full SHA c3d0ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bea5923 - Browse repository at this point
Copy the full SHA bea5923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e58ee - Browse repository at this point
Copy the full SHA 74e58eeView commit details
Commits on Jun 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 71bf281 - Browse repository at this point
Copy the full SHA 71bf281View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7f220 - Browse repository at this point
Copy the full SHA 3a7f220View commit details -
Merge pull request #1541 from vrdmr/vameru/cgroup-test-extension-with…
…-cgroups-enabled Adding more unittests to enable cgroup telemetry tests and fixing nit bugs in CGT class.
Configuration menu - View commit details
-
Copy full SHA for 468714c - Browse repository at this point
Copy the full SHA 468714cView commit details -
root committed
Jun 6, 2019 Configuration menu - View commit details
-
Copy full SHA for 0dc01e3 - Browse repository at this point
Copy the full SHA 0dc01e3View commit details
Commits on Jun 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6630ab1 - Browse repository at this point
Copy the full SHA 6630ab1View commit details -
Merge branch 'Rhel8Changes' of https://github.com/larohra/WALinuxAgent …
…into Rhel8Changes
Configuration menu - View commit details
-
Copy full SHA for 4bda31b - Browse repository at this point
Copy the full SHA 4bda31bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea978cd - Browse repository at this point
Copy the full SHA ea978cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69022c6 - Browse repository at this point
Copy the full SHA 69022c6View commit details
Commits on Jun 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 09c117b - Browse repository at this point
Copy the full SHA 09c117bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f153b56 - Browse repository at this point
Copy the full SHA f153b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8379bbb - Browse repository at this point
Copy the full SHA 8379bbbView commit details -
Merge pull request #1549 from narrieta/unique-scope
Create unique scopes for extensions
Configuration menu - View commit details
-
Copy full SHA for 37420aa - Browse repository at this point
Copy the full SHA 37420aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a780d28 - Browse repository at this point
Copy the full SHA a780d28View commit details -
Change the scope name to have the .scope suffix
Also, added a test for empty_cgroup.
Configuration menu - View commit details
-
Copy full SHA for 0767eb9 - Browse repository at this point
Copy the full SHA 0767eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d628b0 - Browse repository at this point
Copy the full SHA 5d628b0View commit details -
is_tracked check only with path now.
Changed the implementation and the unittests for the is_tracked check.
Configuration menu - View commit details
-
Copy full SHA for 909de2c - Browse repository at this point
Copy the full SHA 909de2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 994eb17 - Browse repository at this point
Copy the full SHA 994eb17View commit details -
Rebased on cgroups, and fixed unittests.
Also scope name is now not created in this PR
Configuration menu - View commit details
-
Copy full SHA for 74bd5f7 - Browse repository at this point
Copy the full SHA 74bd5f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8194f84 - Browse repository at this point
Copy the full SHA 8194f84View commit details -
Merge pull request #1548 from vrdmr/vameru/cgroups-bug-fixes
Bug fixes for duplicate copies and scope name
Configuration menu - View commit details
-
Copy full SHA for d12a03a - Browse repository at this point
Copy the full SHA d12a03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51471d4 - Browse repository at this point
Copy the full SHA 51471d4View commit details -
Preventing incorrect metrics to be sent on telemetry
Exposed the cgroups.collect exceptions to distinguish difference between incorrect configuration and 0 value.
Configuration menu - View commit details
-
Copy full SHA for ee8a741 - Browse repository at this point
Copy the full SHA ee8a741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a5994 - Browse repository at this point
Copy the full SHA 52a5994View commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bb622b1 - Browse repository at this point
Copy the full SHA bb622b1View commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 113fc1b - Browse repository at this point
Copy the full SHA 113fc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aae9fc9 - Browse repository at this point
Copy the full SHA aae9fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b7888 - Browse repository at this point
Copy the full SHA f2b7888View commit details -
Merge pull request #1554 from Azure/revert-1547-Rhel8Changes
Revert "Rhel8 changes"
Configuration menu - View commit details
-
Copy full SHA for 3323a88 - Browse repository at this point
Copy the full SHA 3323a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 338adc0 - Browse repository at this point
Copy the full SHA 338adc0View commit details
Commits on Jun 14, 2019
-
Merge pull request #1553 from vrdmr/vameru/remove-empty-perf-metrics
Preventing incorrect metrics to be sent on telemetry
Configuration menu - View commit details
-
Copy full SHA for ab9cffe - Browse repository at this point
Copy the full SHA ab9cffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3816e53 - Browse repository at this point
Copy the full SHA 3816e53View commit details -
Preventing empty extensions to be sent into telemetry (#1557)
* Preventing empty extensions to be sent into telemetry * nit; adding comment
Configuration menu - View commit details
-
Copy full SHA for 1e7e63b - Browse repository at this point
Copy the full SHA 1e7e63bView commit details
Commits on Jun 15, 2019
-
Handle systemd failures when invoking extensions (#1556)
* add failure checks for systemd-run * add unit tests * disable systemd-run tests if not root * refactor systemd-run check to use stdout/err instead of journalctl
Configuration menu - View commit details
-
Copy full SHA for 9aae8a0 - Browse repository at this point
Copy the full SHA 9aae8a0View commit details -
Prevents over-logging in known cases. (#1558)
* Prevent logging for ERRNO-2 cases
Configuration menu - View commit details
-
Copy full SHA for 8761775 - Browse repository at this point
Copy the full SHA 8761775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1f1cf - Browse repository at this point
Copy the full SHA 0f1f1cfView commit details
Commits on Jul 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 94e873f - Browse repository at this point
Copy the full SHA 94e873fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4b721 - Browse repository at this point
Copy the full SHA bc4b721View commit details