Giter Site home page Giter Site logo

devpi-semantic-ui's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

devpi-semantic-ui's Issues

the black footer is way too big

when viewing uploaded sphinx-docs, the header and footer take more than 50% of the screen.
can you make them smaller or collapsible?

Documentation panel is too small

Issue found:

If you navigate to an index, and click the 'Documentation' link for a package, the panel that shows the Sphinx-generated documentation is too small (maybe 20 lines?) and has a scroll bar. This should either be imbedded in the page or at least cover a much larger area.

Thanks!

Got 404 error for /+search on AWS Fargate deployment

I'm not sure this problem is related to devpi-server or devpi-semantic-ui.
devpi/devpi#832

The problem is when I run devpi-server on AWS Fargate. I get 404 error for /+search url.
and the response says

predicate mismatch for view search (content type = application/json)

But. with AJAX request I get correct 200 response.

My configuration.

  • AWS Fargate 1 vCPU, 4GB Memory
  • devpi-server-5.5.0
  • devpi-web-4.0.6
  • devpi-semantic-ui-0.2.2
  • (optionally) devpi-ldap-1.2.2

I have posted my Docker configuration at the above issue.

Outside-URL is not used

We use devpi behind an reverse proxy. Unfortunately semantic-ui doesn't respect the "outside-url" header and so the search doesn't work.

route conflict with devpi_web

Hi,... had a problem where the 'apisearch' route conflicts with the 'search' route from devpi_web.

My browser sends an Accept header that includes '/', and the /+search route from semantic ui matches that before the /+search route from devpi_web.

workaround is to use a header predicate instead of an accept predicate in this package:

i.e.: replace in devpi_semantic_ui/init.py:17

config.add_route('searchapi', '/+search', accept='application/json')

with:

config.add_route('searchapi', '/+search', header='Accept:application/json')

It would be better if there was a way to control include order form within devpi-server, but I was not able to find an easy way.

cheers

search results not scrollable

It is not possible to scroll down on the results of a search and thus not possible to reach the lower search results. tried with mozilla and chromium on ubuntu 18.04

Faulty tests results tank main page of an index (Internal Server Error)

See: devpi/devpi#798 for all the details and steps to reproduce.

To summarize: Certain JSON test results uploaded from tox tests for a single version of a package can tank a whole <username>/<indexname> index page, when uploaded. The latter and its sub-pages will then simply display the message:

Internal Server Error

The server encountered an unexpected internal server error.

(generated by waitress)

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.