Skip to content
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

Fluxninja micro frontends v10.1.1 #89

Merged
merged 5,470 commits into from
Oct 13, 2023

Conversation

gurinder39
Copy link

@gurinder39 gurinder39 commented Oct 6, 2023

Summary by CodeRabbit

  • Chore: Updated various configuration files including .betterer.ts, .eslintignore, .eslintrc, .gitignore, .golangci.toml, .prettierrc.js, and .yarnrc.yml for improved code quality checks and formatting.
  • Chore: Updated versions of dependencies in .bingo/Variables.mk, .bingo/cue.mod, .bingo/golangci-lint.mod, and .bingo/variables.env.
  • Documentation: Added new issue templates and pull request template in .github directory to streamline the contribution process.
  • Chore: Introduced new GitHub Actions workflows for automated tasks such as alerting Swagger generation, milestone assignment, label addition, ephemeral instances management, patch conflict checking, kinds publishing, and mirror syncing.
  • Chore: Updated SECURITY.md with latest security practices.

gabor and others added 30 commits July 25, 2023 10:57
* docs: logs: update copy-link documentation

* remove incorrect icon

Co-authored-by: Ivana Huckova <[email protected]>

* better styling

Co-authored-by: Ivana Huckova <[email protected]>

---------

Co-authored-by: Ivana Huckova <[email protected]>
grafana#72217)

* Transformations: fix bug in seriesToRowsTransformer when a timeserie is empty
Co-authored-by: Kristina <[email protected]>
Co-authored-by: Piotr Jamróz <[email protected]>
Co-authored-by: Kim Nylander <[email protected]>
chore: update alerting swagger spec

Co-authored-by: rwwiv <[email protected]>
…ternal auth provider (grafana#72204)

remove onlyExternalOrgRoleSync feature flag
Squashed commit of the following:

commit b82ed875b88d12348cd4043e2add493e8fb6edc6
Author: Roxana Turc <[email protected]>
Date:   Tue Jul 25 10:42:31 2023 +0100

    user essentials mob! :trident:

    lastFile:public/app/core/components/Login/LoginPage.test.tsx

commit 923cbcf190d2def57b59f8b231f14322efdf9718
Author: joshhunt <[email protected]>
Date:   Tue Jul 25 10:17:51 2023 +0100

    user essentials mob! :trident:

Co-authored-by: joshhunt <[email protected]>
Co-authored-by: Ashley Harrison <[email protected]>
Co-authored-by: L-M-K-B <[email protected]>
* Update public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/SettingsBar.tsx

Co-authored-by: Juan Cabanas <[email protected]>

* revert modal styling and add specific styling to Sharing

* Update public/app/features/dashboard/components/ShareModal/SharePublicDashboard/ConfigPublicDashboard/SettingsBar.tsx

Co-authored-by: Juan Cabanas <[email protected]>

* functions > const

* put a gat between all items in email config, instead of margins for each item

* fix html semantic elements

* ad theme to class component ShareModal

* add labels

* fix failing tests; now Settings has a summary and has to be opened to be able to see the On/Off toggles

* fix dashboard-public-create test with settings dropdown
…istry (grafana#69149)

* Expose library element service's folder service
* Register library panels, add count implementation
* Expand folder counts test
* Update registry deletion method interface
* Allow getting library elements from any folder
* Add test for library panel deletion
* Add test for library panel counting
…72113)

* Docs: Update logs documentation to include missing features

* Logs sample

* Log level table compressed

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update docs/sources/explore/logs-integration.md

Co-authored-by: Matias Chomicki <[email protected]>

* Update

---------

Co-authored-by: Matias Chomicki <[email protected]>
* Use new config components in Tempo

* Update Grafana experimental version
…2122)

Update index.md

To enable TLS with Redis you must use the `rediss` scheme, not the `redis` scheme. This is documented here: https://www.iana.org/assignments/uri-schemes/prov/rediss
…rough GCom (grafana#72202)

* add a new feature toggle for locking down role sync for users managed by GCom

* protect the frontend and the backend using the new feature toggle

* fix merge
…#69722)

* Split dashboard and folder guardian implementations

* Replace guardian constructors

* Simplify tests

* Add tests

* Apply suggestion from code review

Differentiate errors for dashboard and folders

* Remove tests for general folder

* Add tests for general scope
* Update margin between inputs

* Updated spacing between toggle and text

* Add more spacing
…afana#72268)

Loki: Run logs volume for query that has no queryType (defaults to range)
* logs: context: correctly append to the above&below arrays

* logs: context: on initial load always scroll to center

* logs: context: reset counts when context-query-ui changes
…grafana#72211)

* reportInteraction when clicking on angular deprecation docs link

* Made messages consistent, removed duplicate component

* Revert unnecessary changes in PluginDetailsPage.test.tsx

* Moved angular deprecation notice to different folder

* Fix component names

* Dismissable alert

* Plugins: Add Angular deprecation alert in data source query editor

* Add tests

* Fix test name

* Add const deprecationText

* lint

* PR review feedback
* turn prometheus browser cache flag on by default
…64479)

* Add a keyboard shortcut to toggle all exemplars

Sometimes it's hard to see the quantile line behind all the exemplars.

This commit adds a `d x` keyboard shortcut to toggle exemplar visibility
on all prometheus queries. Unlike with legends, the logic is simpler
and it does a pure toggle as opposed to "majority toggle" as with legends.

Since exemplars might not be loaded, this also requires refreshing the data.
For the same reason, toggling a single panel is not supported, as it will
make the panel data out of sync with the rest of the dashboard.

* Use "p x" to navigate to panel explore rather than just "x"

It's more consistent with other panel level shortcuts.

It also doesn't conflict with the global "x" to toggle exemplars that way.
hide the empty basic role from the org role picker
…d users (grafana#72274)

* Move builtin role selector to separate component

* Show message if basic roles picker disabled

* Show explanation in OSS
* Alerting: Fix contact point testing with secure settings

Fixes double encryption of secure settings during contact point testing and removes code duplication
that helped cause the drift between alertmanager and test endpoint. Also adds integration tests to cover
the regression.

Note: provisioningStore is created to remove cycle and the unnecessary dependency.
* AzureMonitor: Fix ResourcePicker hanging

Removed location fetching for every subscription.

Fixes grafana#70523

* fix region for multi metricnames

* fix tests

* fix e2e

* remove regions/locations from variable editor

* remove region pieces from e2e
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between e344d44 and 2e6040e commits.
Files selected (1)
  • .github/workflows/issue-opened.yml (1)
Files skipped from review due to trivial changes (1)
  • .github/workflows/issue-opened.yml
Review comments generated (0)
  • Review: 0
  • LGTM: 0

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 2e6040e and b6d4abc commits.
Files selected (2)
  • .eslintignore (1)
  • .husky/prepare-commit-msg (1)
Files ignored due to filter (1)
  • conf/defaults.ini
Review comments generated (4)
  • Review: 2
  • LGTM: 2

Tips

Chat with Image description CodeRabbit Bot (@coderabbitai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @coderabbitai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @coderabbitai: ignore anywhere in the PR description to pause further reviews from the bot.

.eslintignore Show resolved Hide resolved
.husky/prepare-commit-msg Show resolved Hide resolved
@gurinder39 gurinder39 merged commit 4bcfeda into fluxninja_micro_frontends Oct 13, 2023
2 checks passed
@gurinder39 gurinder39 deleted the fluxninja_micro_frontends_v10.0.5 branch October 13, 2023 18:18
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.