Git Product home page Git Product logo

devops-group-p's People

Contributors

akongstad avatar blyth77 avatar dependabot[bot] avatar mikaeleythor avatar snyk-bot avatar stribe02 avatar thebaht avatar

Stargazers

 avatar  avatar

devops-group-p's Issues

Deploy.yml destroys all containers

this line

docker-compose -f compose.prod.yaml down

takes down all containers.

Lets find a way to rebuild only the necessary containers

npm start script throws error

Frontend is initialized from DOTnet template which is a fork of create-react-app. Should work out of box and fixing it is out of scope.

Remove legacy RawSQL methods

I dont want to remove them yet as it would create annoying merge conflicts, when done before your branches are merged to main

MinitwitController.cs BAD need FIX

  • Stop using routes for all parameters -> Take a DTO object instead of a username password and email fx
  • Optional: Split into 2 separate controllers (Message and user)

API does not work inside container

When testing the API running inside a container using the following method:

response = requests.get(http://localhost:5229/minitwitsimulation/msgs)

I receive this error:

ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))

API however works with dotnet run but with various warnings.

I have a feeling this might this might have something to do with an HTTPS redirection middleware in the backend which caused a similar problem earlier.

Increment version on release

something like this in github workflow

- name:  'Automated Version Bump'
  uses:  'phips28/gh-action-bump-version@master'
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
    tag-prefix:  'v'

Purge remnants of React app from CS project

Everything mentioning the following does not belong in the backend and could cause problems in the future:

  • SPA (Single Page Application)
  • node
  • npm
  • react (excluding filenames and foldernames written by us and corresponding path-references in source code)

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.