forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Kevinburkesegment patch 1 1 #2
Open
kevinburkesegment
wants to merge
10,000
commits into
main
Choose a base branch
from
kevinburkesegment-patch-1-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add prometheus present_over_time syntax highlighting to color present_over_time keyword for prometheus
Rename traceql streaming feature toggle. Remove the manual toggle from Options component and use the feature toggle
…ana#71966) * partial fix * remove unused import * fix that doesnt remove error message
use the base64 key in the windows installer steps
…na#72376) Loki query splitting: ignore empty queries like hidden queries
…grafana#72370) SSE: (Instrumentation/Chore) Add datasource_type label to the grafana_sse_ds_queries_total metric
…els in state after Error (grafana#72216)
* A11y: Fixed keyboard accessibility in Tooltip Component * Made updates and fixed the keyboard accessibility
uncomment button focus styles!
…sed for tabular data (grafana#72176) write join for tabular data and add test
… overhaul (grafana#71250) * build httpsettings overhaul with new auth component * remove test code * add connection and advanced http settings components * use tooltip with link * add correct styling and spacing * save option select for sigV4 * fix styles in Azure auth to fit new auth component * add types in overhaul folder that are not available yet in grafana * update e2e tests for new connection component * update e2e tests for new connection component * update width of azure inputs * fix non custom auth selects * add feature toggle * wrap azure style changes behind the feature flag * fix feature toggle rebase fix error * move advanced http setting and wrap everything in the config subsection component to fix font * fix input width * use cx for conditional classes * use cx for conditional class
…rafana#71980) * add ability to control scheduler interval via config * add feature flag `configurableSchedulerTick`
* Extract logic from ExplorePage to a hook, add a test for the hook; remove ExplorePage test * Remove extracted stuff from ExplorePage * Clean up * Fix minWidth logic
* Geomap: Add network layer * Support text labels for nodes * Add solid styling for edges * Remove symbol option for edge style menu * Add support for edge text labels * Fix linter issues * Simplify multiple data frame handling * Add TODO notes * Add node and edge style categories for options * Remove data frame hardcoding * Hide legend, attempt to hide tooltip by default * Mark network layer as beta * refactor updateEdge * Fix some linter issues * Remove attempt at disabling tooltip for network layer * For edge text add a stroke and increase z index * Restrict field selection based on frame type * refactor * add basic bad data handling (prevent entire panel from breaking) * generate non hard coded graph frames for style editor filtering * code cleanup; remove hardcoded reference to "edges" frame * fix select clearing for Data option * fix styling * fix lookup --------- Co-authored-by: nmarrs <[email protected]> Co-authored-by: Adela Almasan <[email protected]>
add querybuilder/code editor support for day_of_year
introduce tests for new potential heatmap response type, revert prior changes to tests
…na#72400) * Use grafana-pr-automation credentials * Action!
* Stub transform editor * Mostly working * Get things working 💪 * Add tests * Add alpha flag * Timezone support * Remove debug statement * Fix tests * Prettier fix * Fix linter error * One more linter fix
"Release: Updated versions in package to 10.2.0-pre" Co-authored-by: grafana-delivery-bot[bot] <132647405+grafana-delivery-bot[bot]@users.noreply.github.com>
* Bump keycloak version * Remove troubleshooting * Remove script for M1 machines
* CI: Add community-release workflow for posting to community.grafana.com * CI: Set delivery team as owners of community-release workflow
* rename session to device * rename session to device
…2395) * Overwrite SecureJSONData on provisioning
* wip * scope active user to 1 org * remove TODOs * add render auth namespace * import cycle fix * make condition more readable * convert Evaluate to user Requester * only use active OrgID for SearchUserPermissions * add cache key to interface definition * change final SignedInUsers to interface * fix api key managed roles fetch * fix anon auth id parsing * Update pkg/services/accesscontrol/acimpl/accesscontrol.go Co-authored-by: Ieva <[email protected]> --------- Co-authored-by: Ieva <[email protected]>
fix ngalert Evaluate sig change
…rafana#73086) * disable query splitting for now * change stage of `lokiQuerySplitting`
* fix ngalert Evaluate sig change * interface for teams and org invites * Update pkg/api/org_invite.go Co-authored-by: Ieva <[email protected]> --------- Co-authored-by: Ieva <[email protected]>
* Contexthandler: remove dead code * Contexthandler: Add tests * Update pkg/tests/api/alerting/api_alertmanager_test.go Co-authored-by: Jo <[email protected]> --------- Co-authored-by: Jo <[email protected]>
…e feature toggle admin page (grafana#73022) * create roles for writing feature toggles * create update endpoint / handler * api changes * add feature toggle validations * hide toggles based on their state * make FlagFeatureToggle read only * add username log * add username string * refactor for better readability * refactor unit tests so we can do more validations * some skeletoning for the set tests * write unit tests for updater * break helper functions out * update sample ini to match defaults * add more logic to ReadOnly label * add user documentation * fix lint issue * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: J Stickler <[email protected]> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: J Stickler <[email protected]> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: J Stickler <[email protected]> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: J Stickler <[email protected]> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: J Stickler <[email protected]> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: J Stickler <[email protected]> --------- Co-authored-by: IbrahimCSAE <[email protected]> Co-authored-by: J Stickler <[email protected]>
Fixes # grafana/support-escalations#6887 Configure HA: Added ha_peer_Timeout global config in the unified alerting
…a#73019) Co-authored-by: Matthew Jacobson <[email protected]>
* first pass * change validation signature * err tracking * fix * undo golden * 1 more * fix * adjust doc * add test helper * fix linter
* Fix broken links to create-plugin docs * Typo fix * Fix additional broken link * Fix additional links
…ces (grafana#73121) * add ctx * fix tests
Auth: remove unused Authenticator service
* Add nested option to DataFrame. Refactor Table to use nested dataframes for sub-tables * Use nested frames for TraceQL response * debugging * Fix cell text and table position * Update getItemSize * noHeader size * Update sub table renderer * Update table container height * Cleanup and fix RawPrometheusContainer height * Update resultTransformer and docker script * Updates to TableContainer, resultTransformer after merge * Fixes for table pagination in dashboards * Cell height and show footer enhancement/fix * Sub table links * Update RawPrometheusContainer * Remove console log * Update tests * Update storybook * Remove Tempo demo * Store nested data in single field via its values * Move nested prop into custom * Tempo demo * Add field type & update incorrect logic * Update docker compose image for Tempo * Update packages/grafana-data/src/field/fieldOverrides.ts Co-authored-by: Piotr Jamróz <[email protected]> * Simplify logic for getting nestedFrames and rendering sub tables * Update docs for table * Update nested table bg color * Lighten nested table bg color * Renames * Migrate frames using parentRowIndex and add deprecation notice * Update title * Align expander icon size between Table and interactive table * Table: Refactor out the expanded rows bits * fix spacing * Add line along left side for expanded rows * Disable hover row background when expanded --------- Co-authored-by: André Pereira <[email protected]> Co-authored-by: Piotr Jamróz <[email protected]> Co-authored-by: Torkel Ödegaard <[email protected]>
…#73142) * move service account service to identity interface * Update pkg/services/auth/identity/requester.go
…rafana#73147) * don't fail all if decorate step fails * fix casing * include err too * cover pluginsintegration too
…when panel is transparent (grafana#73150)
* move star service to identity interface * Update pkg/services/auth/identity/requester.go Co-authored-by: Ieva <[email protected]> * Update pkg/services/contexthandler/model/model.go --------- Co-authored-by: Ieva <[email protected]>
Update to include keycloak link in oauth docs
…rafana#73164) * combine various slugify fixes for special character handling * a couple more test cases * update more tests * goimports
…afana#71473) * Update [analytics] section to include the ability to set to false In the follow section: https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#analytics Added a line for 'enabled' under the [analytics] section to include the ability to set to false as this is now a togglable feature. * Update docs/sources/setup-grafana/configure-grafana/_index.md * Update docs/sources/setup-grafana/configure-grafana/_index.md --------- Co-authored-by: Christopher Moyer <[email protected]> Co-authored-by: Jack Baldry <[email protected]>
Backend code coverage report for PR #2 |
Frontend code coverage report for PR #2 |
…tication/okta/index.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: