-
> Will be solved in the admin
> - Filter out error of bones where client data was missing
> - Use `bounce`
_Originally posted by @sveneberth in https://github.com/viur-framework/viur-core/issues/…
-
I want to setup a new, clean project. This isn't possible with viur-cli.
```
$ viur create
ERROR: project.json not found - please check if you are in the right folder.
```
It is a contradict…
-
https://github.com/viur-framework/vi-vue-components/blob/3d9a99a71c166ca05d0dd73924ecd22d0700296e/components/stores/db.ts#L81
If you define the handler as module attribute, the viur-core will add…
-
`viur-cli export` command and sub-commands, providing general export tooling for ViUR databases, kinds or specific entities, with the following features:
- [ ] Export as Google Datastore Backup
- …
-
`viur-cli import` command and sub-commands, providing general export tooling for ViUR databases, kinds or specific entities, with the following features:
- [ ] Import from Google Datastore Backup
…
-
Here is a traceback:
```
$ viur script push
There is no file named importer.py. Create it? [y/N]: y
Push scripts/importer.py
There is no file named exporter.py. Create it? [y/N]: y
Push scripts/…
-
There are several issues that confuse or point out a todo for a `DateBone` supporting microseconds. There was also a request from a customer project. Therefore this issue is created.
…
-
Running viur create [project-name] runs clean_base.py with parameter -A [project-name] even if it istn't properly configured. This leads i.e. to the application name being "{{app_id}}"
-
The current SEO-stuff in ViUR-core which was integrated with version 3.0 is not really good and usable.
The disadvantages are:
- bad to configure, including bad naming
- `Skeleton.getCurrentSEO…
-
A `.viurrc` in the user's home directory might provide the following features
- setting variables to be used in version strings
- disable of confirmation questions (`gcloud -q`-option) on all gclo…