Git Product home page Git Product logo

kirra's People

Contributors

abstratt avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

fhchina

kirra's Issues

data.json validation fails if null is provided for a relationship

data.json validation fails if null is provided for a relationship:

Deploy failed: ERROR: null expected to be an object or reference - data.json : 1

    private void validateReferenceOrInstance(String currentNamespace, JsonNode jsonNode, TypeRef typeRef) {
        if (jsonNode.isTextual()) {
            validateReference(typeRef, currentNamespace, jsonNode);
        } else if (jsonNode.isObject()) {
            Entity referredEntity = schema.getEntity(typeRef.getEntityNamespace(), typeRef.getTypeName());
            validateInstance(referredEntity, jsonNode);
        } else {
            collector.addError(jsonNode + " expected to be an object or reference");
            return;
        }
    }

Separate queries from metrics

For instance, in capabilities, that are all mixed up right now. Why is this important? Clients need to do filtering all the time. In contexts where real queries are used, metrics are not, and vice-versa.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.


Warning

Renovate failed to look up the following dependencies: Failed to look up maven package com.abstratt.kirra:com.abstratt.kirra.parent, Failed to look up maven package com.abstratt.releng:master.

Files affected: com.abstratt.kirra.api/pom.xml, com.abstratt.kirra.fixtures/pom.xml, com.abstratt.kirra.populator/pom.xml, com.abstratt.kirra.rest.client/pom.xml, com.abstratt.kirra.rest.common/pom.xml, com.abstratt.kirra.rest.resources/pom.xml, com.abstratt.kirra.rest.tests/pom.xml, features/com.abstratt.kirra.feature/pom.xml, kirra-api-dependencies/pom.xml, pom.xml, repositories/com.abstratt.kirra.repository/pom.xml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/maven.yml
  • actions/checkout v2
  • actions/setup-java v2
.github/workflows/release.yml
  • actions/checkout v2
  • actions/setup-java v2
maven
com.abstratt.kirra.api/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
com.abstratt.kirra.fixtures/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.10.1-SNAPSHOT
com.abstratt.kirra.populator/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
com.abstratt.kirra.rest.client/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
com.abstratt.kirra.rest.common/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
com.abstratt.kirra.rest.resources/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
com.abstratt.kirra.rest.tests/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.10.1-SNAPSHOT
features/com.abstratt.kirra.feature/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
kirra-api-dependencies/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
  • org.codehaus.mojo:build-helper-maven-plugin 3.2.0
pom.xml
  • com.abstratt.releng:master 4.4.0
repositories/com.abstratt.kirra.repository/pom.xml
  • com.abstratt.kirra:com.abstratt.kirra.parent 2.11.0
npm
kirra_qooxdoo/package.json
  • grunt 1.3.0

  • Check this box to trigger a request for Renovate to run again on this repository

Too hard to switch to another entity

It should be easy to switch to another entity's instance list from anywhere in the application. Right now you need to hit Back multiple times until you get to the Main screen. The Main screen might even become unnecessary.

support for sign-ups

Allow creating a profile.

In addition to the basic user information the server needs, we will need also information for each of the roles the user has.

mobile-ui: task does not show the assignee

Also, it allows the user to attempt to change it, but it does not make the required change.

java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY
at com.google.gson.internal.bind.JsonTreeReader.expect(JsonTreeReader.java:139)
at com.google.gson.internal.bind.JsonTreeReader.beginObject(JsonTreeReader.java:70)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165)
... 96 more

Instance form has no title

When editing an existing record, could show the instance shorthand (and remove it from the form if not editable).

When adding a new one, could just show 'New Foo'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.