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 project creation time to project metadata #6780

Merged
merged 8 commits into from
May 22, 2023

Conversation

4e6
Copy link
Contributor

@4e6 4e6 commented May 19, 2023

Pull Request Description

close #6686

Changelog:

  • add: created field to the project metadata response
  • update: project manager tests

Important Notes

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • The documentation has been updated, if necessary.
  • All code follows the
    Scala,
    Java,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • All code has been tested:
    • Unit tests have been written where possible.

@4e6 4e6 self-assigned this May 19, 2023
@@ -755,11 +760,14 @@ class ProjectManagementApiSpec
"return a list sorted by creation time if none of projects was opened" in {
implicit val client: WsTestClient = new WsTestClient(address)
//given
val fooId = createProject("Foo")
val projectFooCreationTime = testClock.currentTime
val fooId = createProject("Foo")
testClock.moveTimeForward()
Copy link
Member

Choose a reason for hiding this comment

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

moveTimeForward() - interesting.

@4e6 4e6 added the CI: Ready to merge This PR is eligible for automatic merge label May 22, 2023
@mergify mergify bot merged commit 0318880 into develop May 22, 2023
@mergify mergify bot deleted the wip/db/6686-add-created-date-to-project-manager branch May 22, 2023 13:40
Procrat added a commit that referenced this pull request May 23, 2023
* develop:
  Link to new 101 tutorial and not deprecated one. (#6793)
  Add logs section to the bug template (#6798)
  Fix #6521: Main module function calls shouldn't use project namespace (#6719)
  Add project creation time to project metadata (#6780)
  Add a compiler pass to analyze non-existing imported symbols (#6726)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: Ready to merge This PR is eligible for automatic merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add created date to project manager's "list projects" endpoint
3 participants