Code Monkey home page Code Monkey logo

mysagw's Issues

Flakey tests

Ember:
https://github.com/adfinis/mySAGW/actions/runs/9500420083/job/26183438097

not ok 41 Chrome 125.0 - [101 ms] - Integration | Component | submit-button: it renders
    ---
        actual: >
            Element [data-test-submit-confirm-open] is disabled
        expected: >
            Element [data-test-submit-confirm-open] is not disabled
        stack: >
                at DOMAssertions.isDisabled (webpack://__ember_auto_import__/./node_modules/qunit-dom/dist/es/index.js?:9:2242)
                at DOMAssertions.isNotDisabled (webpack://__ember_auto_import__/./node_modules/qunit-dom/dist/es/index.js?:250:42)
                at Object.<anonymous> (http://localhost:7357/assets/tests.js:1075:53)
        message: >
            Element [data-test-submit-confirm-open] is not disabled
        negative: >
            false
        browser log: |
    ...
    ```

Dependabot couldn't find a Dockerfile for this project

Dependabot couldn't find a Dockerfile for this project.

Dependabot requires a Dockerfile to evaluate your project's current Docker dependencies. It had expected to find one at the path: /Dockerfile.

If this isn't a Docker project, or if it is a library, you may wish to disable updates for it in the .dependabot/config.yml file in this repo.

View the update logs.

Interest display bug

Categories are not always displayed.

When navigating to an identity, categories are visible:

2021-09-20_14-02-38_583x621

After refreshing the page, they are not anymore:

2021-09-20_14-02-52_588x462

Upgrade postgres

With postgresql 14.8, the test
test_identity_views.py::test_identity_search[admin-SAGW-expected3] fails:

    def _execute(self, sql, params, *ignored_wrapper_args):
        self.db.validate_no_broken_transaction()
        with self.db.wrap_database_errors:
            if params is None:
                # params default might be backend specific.
                return self.cursor.execute(sql)
            else:
>               return self.cursor.execute(sql, params)
E               django.db.utils.OperationalError: could not load library "/usr/local/lib/postgresql/llvmjit.so": Error relocating /usr/local/lib/postgresql/llvmjit.so: LLVMBuildGEP: symbol not found

/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py:84: OperationalError

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.