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

add unless-stopped (especially the kafkacat and test-data need it) #1445

Merged
merged 55 commits into from
Apr 26, 2023

Conversation

markush81
Copy link
Contributor

@markush81 markush81 commented Apr 1, 2023

Just some possible improvement about the docker setup

  • use confluent versions from .env (kafkacat unfortunately is not avaible with latest for linux/arm64/v8 and not released with each version)
  • since gradle is in version 8, all images should be version 8
  • for testInjectData, do not run frontend tasks (which fail on arm64 image and are not needed for `testInjectData)

lucapette and others added 30 commits November 9, 2022 21:47
* Update node to the latest LTS version
* Replace node-sass with sass
* Also use the correct version of react-test-renderer.
* Update react scripts so we don't use insecure hashing functions
* Do not check eslint for production build

See tchiotludo#1243 for more information.
Co-authored-by: alozano3 <alozano@caixabanktech.com>
Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
Co-authored-by: Antoine Chapusot <antoine.chapusot-prestataire@bforbank.com>
Signed-off-by: czomo <tomaszjdul@gmail.com>
…tchiotludo#1291)

this can be used to obscure sensitive data from all akhq users
So that we can rely on the same node/npm version
…tab (tchiotludo#1344)

close tchiotludo#1336 

Co-authored-by: alozano3 <alozano@caixabanktech.com>
Signed-off-by: Dmitrii Bocharov <dmitrii.bocharov@embedit.cz>
AlexisSouquiere and others added 22 commits February 6, 2023 10:42
- Adding stop condition in newest sort to prevent extra polling 
- Fixing wrong number of records with pagination

close tchiotludo#192
close tchiotludo#1353

Co-authored-by: xinyu.liu <xinyu.liu@coinbase.com>
Co-authored-by: alozano3 <alozano@caixabanktech.com>
close tchiotludo#1400

Co-authored-by: Fredrik Lysén <fredrik.lysen@klarna.com>
…1384)

close tchiotludo#1183

Co-authored-by: rochelle <graciasrochelle@github.com>
Co-authored-by: Olivier <oghizzo@xebia.fr>
use confluent versions from .env (kafkacat unfortunately is not avaible with latest for linux/arm64/v8 and not released with each version)
since gradle is in version 8, all images should be version 8
for `testInjectData`, do not run frontend tasks (which fail on arm64 image and are not needed for `testInjectData)
* dev: (56 commits)
  chore(version): update to 0.24.0
  chore(deps): update java deps
  fix(ui): fixing logo not showing on login form (tchiotludo#1449)
  fix(ui): fixing data download inconsistencies on JSON and CSV format (tchiotludo#1442)
  chore(docs): add GrtGaz as AKHQ user (tchiotludo#1439)
  feat(ui): download all messages in a topic to a csv file (tchiotludo#1384)
  fix(ui): clicking on Empty Topic button display blank screen (tchiotludo#1429)
  chore(landing): add baloise logo (tchiotludo#1427)
  fix(ui): don't disabled empty for compact,delete topic
  chore(deps): update all java deps
  fix(topicdata): Use the partition leader from partition info (tchiotludo#1388)
  fix(ui):  harmonize utc labels (tchiotludo#1403)
  fix(ui): fix produce multi / tombstone not working and forms layout issue (tchiotludo#1396)
  fix(auth): fix regex header string for long strim (tchiotludo#1402)
  fix(webserver): reduce default micronaut log to warn  (tchiotludo#1406)
  chore(webserver): warn if security group is wet without a jwt secret (tchiotludo#1412)
  chore(deps): update micronaut (tchiotludo#1405)
  feat(docs): list of available roles in documentation (tchiotludo#1394)
  chore(deps): update all java deps
  fix(ui): handle sche subject with special chars (tchiotludo#1354)
  ...

# Conflicts:
#	build.gradle
#	docker-compose-dev.yml
#	docker-compose.yml
#	gradle.properties
#	helm/akhq/Chart.yaml
#	src/test/java/org/akhq/controllers/KsqlDbControllerTest.java
#	src/test/java/org/akhq/repositories/KsqlDbRepositoryTest.java
@tchiotludo tchiotludo merged commit ca1dce3 into tchiotludo:dev Apr 26, 2023
markush81 added a commit to markush81/akhq that referenced this pull request May 1, 2023
* dev: (62 commits)
  chore(docker): add unless-stopped (tchiotludo#1445)
  fix(connect): sort throw exception (tchiotludo#1431)
  chore(build): add idea-ext on build.gradle (tchiotludo#1446)
  fix(topicdata): no topic data when 1 record with newest sort  (tchiotludo#1466)
  fix(topicdata): search can failed data pagination with many results (tchiotludo#1468)
  chore(schema): typos
  chore(version): update to 0.24.0
  chore(deps): update java deps
  fix(ui): fixing logo not showing on login form (tchiotludo#1449)
  fix(ui): fixing data download inconsistencies on JSON and CSV format (tchiotludo#1442)
  chore(docs): add GrtGaz as AKHQ user (tchiotludo#1439)
  feat(ui): download all messages in a topic to a csv file (tchiotludo#1384)
  fix(ui): clicking on Empty Topic button display blank screen (tchiotludo#1429)
  chore(landing): add baloise logo (tchiotludo#1427)
  fix(ui): don't disabled empty for compact,delete topic
  chore(deps): update all java deps
  fix(topicdata): Use the partition leader from partition info (tchiotludo#1388)
  fix(ui):  harmonize utc labels (tchiotludo#1403)
  fix(ui): fix produce multi / tombstone not working and forms layout issue (tchiotludo#1396)
  fix(auth): fix regex header string for long strim (tchiotludo#1402)
  ...

# Conflicts:
#	.env
#	build.gradle
#	client/src/containers/Topic/Topic/TopicData/TopicData.jsx
#	gradle.properties
#	helm/akhq/Chart.yaml
#	src/main/java/org/akhq/controllers/SchemaController.java
#	src/test/java/org/akhq/controllers/KsqlDbControllerTest.java
#	src/test/java/org/akhq/repositories/KsqlDbRepositoryTest.java
@markush81 markush81 deleted the docker-improvements branch May 1, 2023 13:31
markush81 added a commit to markush81/akhq that referenced this pull request May 1, 2023
* dev:
  chore(docker): add unless-stopped (tchiotludo#1445)
  fix(connect): sort throw exception (tchiotludo#1431)
  chore(build): add idea-ext on build.gradle (tchiotludo#1446)
  fix(topicdata): no topic data when 1 record with newest sort  (tchiotludo#1466)
  fix(topicdata): search can failed data pagination with many results (tchiotludo#1468)
  chore(schema): typos
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.