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 import/export in console #4439

Merged
merged 13 commits into from Jun 29, 2023
Merged

Add import/export in console #4439

merged 13 commits into from Jun 29, 2023

Conversation

NicolasCARPi
Copy link
Contributor

In this PR:

  • bin/console db:install is replaced with bin/init db:install because at this time the config table doesn't exist and it messes things up. Old command still exists and simply inform about the new command.
  • the commands namespace is now mostly tested
  • add missing item_count to team_tags GET api v2
  • remove the old index.php at root, this was a guardrail during update to 2.0.0 back in 2018
  • add bin/console items:import/export users:import/export. It is named users:` but exports experiments in .eln. This allows exporting without running into timeout issues for bigger exports
  • rework some code for cache:clear command
  • better handle the status of experiments during import: try to match with existing status
  • get rid of the logged warning during unit tests with Tex2Svg
  • add a getPath() to Storage
  • use the AsCommand attribute for symfony console commands (static property was deprecated)

@NicolasCARPi NicolasCARPi merged commit a03d398 into hypernext Jun 29, 2023
9 of 11 checks passed
@NicolasCARPi NicolasCARPi deleted the nico-importexport branch June 29, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant