Skip to content

Conversation

@vporyadke
Copy link
Collaborator

Changelog entry

You can now view history of changes made to hive settings through http requests (Only works for changes made after the introduction of this feature)

Changelog category

  • New feature

Additional information

...

@github-actions
Copy link

github-actions bot commented Feb 6, 2024

2024-02-06 16:42:29 UTC Pre-commit check for ce17d11 has started.
2024-02-06 16:42:30 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-02-06 17:23:59 UTC Build failed. see the build logs.
2024-02-06 17:24:09 UTC Tests are running...
🔴 2024-02-06 17:57:31 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
50021 40485 0 267 9258 11

@github-actions
Copy link

github-actions bot commented Feb 6, 2024

2024-02-06 16:42:42 UTC Pre-commit check for ce17d11 has started.
2024-02-06 16:42:45 UTC Build linux-x86_64-release-asan is running...
🔴 2024-02-06 17:26:34 UTC Build failed. see the build logs.
2024-02-06 17:26:46 UTC Tests are running...
🔴 2024-02-06 17:42:35 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
6011 5734 0 260 4 13

@vporyadke
Copy link
Collaborator Author

image

struct OperationsLog : Table<21> {
struct Timestamp : Column<1, NScheme::NTypeIds::Uint64> {};
struct User : Column<2, NScheme::NTypeIds::String> {};
struct Operation : Column<3, NScheme::NTypeIds::String> { using Type = NKikimrHive::TOperation; };
Copy link
Member

Choose a reason for hiding this comment

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

I don't think you actually need these complex protobuf specs just for logging purposes. And think about migrations and rollbacks - it could became a huge pain...
I think just a free text would be more than enough. (or json if you need some structure to parse)

@vporyadke vporyadke requested review from a team as code owners February 9, 2024 14:22
@github-actions
Copy link

github-actions bot commented Feb 9, 2024

2024-02-09 14:45:02 UTC Pre-commit check for f0dc0bc has started.
2024-02-09 14:45:05 UTC Build linux-x86_64-release-asan is running...
🟢 2024-02-09 15:25:50 UTC Build successful.
2024-02-09 15:26:03 UTC Tests are running...
🔴 2024-02-09 17:11:20 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14740 14505 0 22 163 50

@github-actions
Copy link

github-actions bot commented Feb 9, 2024

2024-02-09 14:45:04 UTC Pre-commit check for f0dc0bc has started.
2024-02-09 14:45:07 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-02-09 15:24:59 UTC Build successful.
2024-02-09 15:25:12 UTC Tests are running...
🔴 2024-02-09 17:07:04 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
67310 56369 0 2 10892 47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants