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

when the connection is updated the updatedAt field stays the same #601

Closed
BPylypenko opened this issue Jul 14, 2021 · 0 comments · Fixed by #602
Closed

when the connection is updated the updatedAt field stays the same #601

BPylypenko opened this issue Jul 14, 2021 · 0 comments · Fixed by #602
Assignees
Labels
1.5 bug Something isn't working WG:API Working Group: All about odahu api functionality

Comments

@BPylypenko
Copy link
Contributor

Description
when the connection is updated the updatedAt field stays the same.

Manifest:
connection.txt

Steps to Reproduce:

  1. Create connection: odahuflowctl conn create -f connection.txt
  2. Update connection: odahuflowctl conn edit -f connection.txt
  3. Notice that output for updated connection shows that createdAt: '0001-01-01T00:00:00Z' and real updatedAt time in UTC.
  4. Get connection: odahuflowctl conn get --id test-connection
  5. Notice that createdAt & updatedAt fields are the same as during creation.

Actual result
updatedAt connection field doesn't update (shows the same value as createAt field).

Expected result
createdAt and updatedAt fields should show the real values.

Attachments

  1. connection creation:
    create connection
  2. connection update:
    image
  3. getting connection:
    image
@BPylypenko BPylypenko added bug Something isn't working WG:API Working Group: All about odahu api functionality 1.5 labels Jul 14, 2021
@BPylypenko BPylypenko added this to Backlog in odahu-kanban via automation Jul 14, 2021
@BPylypenko BPylypenko moved this from Backlog to To Do in odahu-kanban Jul 14, 2021
@lev-titov lev-titov linked a pull request Jul 15, 2021 that will close this issue
@viravit viravit moved this from To Do to In development in odahu-kanban Jul 15, 2021
@keshamin keshamin self-assigned this Jul 20, 2021
@keshamin keshamin moved this from In development to In QA in odahu-kanban Jul 26, 2021
@BPylypenko BPylypenko moved this from In QA to Done in odahu-kanban Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.5 bug Something isn't working WG:API Working Group: All about odahu api functionality
Projects
odahu-kanban
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants