Skip to content

Conversation

@chisou
Copy link
Contributor

@chisou chisou commented Nov 18, 2022

No description provided.

@chisou chisou merged commit eac37f2 into develop Nov 18, 2022
@chisou chisou deleted the issue/25-default-auth-not-working branch November 18, 2022 10:36
chisou pushed a commit that referenced this pull request Nov 18, 2022
* Added multi-tenant sample; Added 'build-ms' task to build sample Cumulocity microservices; Fixed authentication for multi-tenant scenarios.

* Create simple_agent.py (#13)

* Create simple_agent.py

* Updating agent sample to work with environment variables; Adding comments and reorganized structure.

* Updated naming to surpass CodeQL checks.

Co-authored-by: Nick Ponomar <nick.ponomar@icloud.com>
Co-authored-by: Christoph Souris <christoph.souris@softwareag.com>

* Added samples folder to linting task.

* Feature/default event time (#16)

* Using current datetime in UTC as a default value for Event and Alarm datetime.

* Function `_DateUtil.ensure_timestring` will now understand 'now' as a shorthand. The `time` field is no longer set to a default value.

* Updated agent sample to use new Event datetime feature.

* Updated changelog to reflect latest additions.

* Fixed creation_datetime using wrong timestamp.

* Feature/operations (#19)

* add operations, initial commit

* simple app operation creation added

* bugfix query operations

* simple test application, operation function added

* description added

* integration test for operations added

* Added device_id, agent_id and bulk_id to supported query parameters.

* Code cleanup to meet naming conventions; added delete_by; added creation_date; fixed fragment handling; Added Status constants.

* Added/updated operation tests.

Co-authored-by: Pester <apes@softwareag.com>
Co-authored-by: Christoph Souris <christoph.souris@softwareag.com>

* ComplexObject (#18)

- Invalid attribute will raise AttributeError
- dict-like methods added to access fragments

* Updated changelog after pull requests.

* Improved documentation.

* Feature/last updated support (#20)

* Excluding all .env files.

* Added basic tests for Cumulocity Resource base class.

* Added support for lastUpdated field in alarms and events.

* Update CHANGELOG.md

* _DictMapping & ComplexObject both inherit MutableMapping (#22)

* Ignoring trailing slashes gracefully.
Updated changelog.

* Obfuscated internal properties in _DictWrapper which blocked standard dictionary behavior; Code cleanup.

* ComplexObject no longer inherits MutableMapping as it clearly is not a dictionary-like class, it only features some dictionary-like access for custom fragments.

* Feature/query encoding (#27)

* Adding class _QueryUtil to bundle query encoding related utilities.

* Adding tests for special character encoding.

* Fixed handling and documentation of inventory API for querying by name. Added query parameter for specification of custom queries.

* Issue/25 default auth not working (#28)

* Fixed basic auth for SimpleTenantApp to include the tenant ID in the username.

* Minor cleanup.

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Nick Ponomar <ponomar.nick@gmail.com>
Co-authored-by: Nick Ponomar <nick.ponomar@icloud.com>
Co-authored-by: Alexander Pester <57684400+PestusAtSAG@users.noreply.github.com>
Co-authored-by: Pester <apes@softwareag.com>
Co-authored-by: Sam R <samrimington@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants