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

Kevinburkesegment patch 1 1 #2

Open
wants to merge 10,000 commits into
base: main
Choose a base branch
from

Conversation

kevinburkesegment
Copy link
Owner

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

arnaudlemaignen and others added 30 commits July 26, 2023 13:21
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
* Revert "remove regions/locations from variable editor"

This reverts commit 41dc6a8.

* Revert "remove region pieces from e2e"

This reverts commit 6b1f82f.

* e2e: open resource picker correctly
…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
* A11y: Fixed keyboard accessibility in Tooltip Component

* Made updates and fixed the keyboard accessibility
…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
* 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
Jguer and others added 27 commits August 9, 2023 09:35
* 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]>
…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
* 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
)

* Auth: Remove auth broker flag and clean up login handlers
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
* 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]>
@github-actions
Copy link

Backend code coverage report for PR #2
No changes

@github-actions
Copy link

Frontend code coverage report for PR #2
No changes

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.