Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump follow-redirects from 1.9.0 to 1.14.8 in /client #125

Open
wants to merge 35 commits into
base: master
Choose a base branch
from

Commits on Feb 2, 2017

  1. Update dependencies (#20)

    * Cleanup and add new client
    
    * Add travis-ci, and cleanup server
    
    * Update README file
    
    * Add server side
    
    * Add codecov to python in travis-ci
    
    * Try add python coverage
    
    * Fix coverage command on travis-ci
    
    * Try fix path in travis-ci
    
    * Install requirements in travis-ci
    
    * Create postgres database in travis-ci
    
    * Try coverage in xml
    
    * Try coverage in html
    
    * Create the coverage xml file after the report
    
    * Add codecov config file
    
    * Change pach to codecov config file
    
    * Add test for users api
    
    * Add pycodestyle to travis-ci
    
    * Execute python unit tests in travis-ci
    
    * Fix python coverage report
    
    * Ignore apps.py files in coverage
    Nir Galon committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    b72a69f View commit details
    Browse the repository at this point in the history
  2. Show user info in frontend side (#34)

    * Add macos to gitignore file
    
    * Get the user data with ngrx, and show it
    
    * Add util file to codecov ignore list
    Nir Galon committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    12f25bc View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Update the new repo name (#40)

    Nir Galon committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    1e769da View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Update django-cors-headers from 2.0.1 to 2.0.2 (#42)

    pyup-bot authored and Nir Galon committed Feb 7, 2017
    Configuration menu
    Copy the full SHA
    ce2e4e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Update djangorestframework from 3.5.3 to 3.5.4 (#43)

    pyup-bot authored and Nir Galon committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    10e97a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Update django-extensions from 1.7.6 to 1.7.7 (#44)

    pyup-bot authored and Nir Galon committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    6f21cc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Update README (#46)

    Nir Galon committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    0e9a169 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Add Docker files to client and server (#41)

    * Add Dockerfile to client side
    
    * Cleanup
    
    * Docker for django app (server) works
    Nir Galon committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    781b7cb View commit details
    Browse the repository at this point in the history
  2. Update ng-cli (#48)

    * Upgrade ng-cli version
    
    * Fix tests
    
    * Fix npm test command
    Nir Galon committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    fe039c0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Update pip versions (#51)

    Nir Galon committed May 6, 2017
    Configuration menu
    Copy the full SHA
    df74da5 View commit details
    Browse the repository at this point in the history
  2. Update client dependencies (#52)

    * Update angular version
    
    * Fix lint errors
    
    * Test users component
    
    * Test user effects
    Nir Galon committed May 6, 2017
    Configuration menu
    Copy the full SHA
    3e998dd View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2017

  1. Finish Docker Swarm (#54)

    * Add files
    
    * Change nginx to haproxy
    
    * Update dependencies
    
    * Update README file
    
    * Server is working
    
    * Fix test errors
    
    * Show data from server
    
    * Serve static files for server
    
    * Cleanup
    Nir Galon committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    dc1afba View commit details
    Browse the repository at this point in the history
  2. Add logging to ELK stack (#57)

    * Add ELK stack
    
    * Cleanup
    
    * Fix tests
    
    * Add logstash settings
    
    * Fix logging settings
    
    * Save logs in ELK
    Nir Galon committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    c3e9e85 View commit details
    Browse the repository at this point in the history
  3. Fix a typo in README file (#62)

    Nir Galon committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    c196f5e View commit details
    Browse the repository at this point in the history
  4. Update dependencies (#63)

    * Update node.js version on travis-ci
    
    * Update client
    
    * Fix lint warnings
    
    * Update server
    Nir Galon committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    e8d2f95 View commit details
    Browse the repository at this point in the history
  5. Add stress-test with locustio (#64)

    * Add load tests
    
    * Fix lint errors
    
    * Add load tests file to codecov ignore
    Nir Galon committed Jul 16, 2017
    Configuration menu
    Copy the full SHA
    47719a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Add an Django Admin section (#67)

    Nir Galon committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    32809c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Add permissions to API (#68)

    * Add auth to server and fix user.service to accommodate it
    
    * Fix tests
    
    * Fix test
    Nir Galon committed Jul 22, 2017
    Configuration menu
    Copy the full SHA
    fd4529b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. Backup PostgreSQL automatically (#69)

    * Lower postgres restart policy
    
    * Add a backup script to postgres db to run in cron.daily
    
    * Add an option to login to api view
    
    * Fix server test
    
    * Add Database Backups section to README
    
    * Edit README file
    
    * Edit README file take 2
    
    * Try different indentation
    
    * Fix tests take 1
    
    * Fix tests teke 2
    Nir Galon committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    8afd134 View commit details
    Browse the repository at this point in the history
  2. Final things before release (#71)

    * Add angular2-logger package
    
    * Fix codacy errors
    
    * Add codacy badge
    
    * Add maintenance badge
    
    * Fix github releases badge
    
    * Remove angular2-logger package
    
    * Update links
    Nir Galon committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    3a061b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Add the project logo to README file

    nirgn975 committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    453cd18 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Update PayPal badge (#74)

    Nir Galon committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    e0ec185 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Fix a typo in README.md file

    nirgn975 committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    f514bcc View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. Create a Code of Conduct document

    Nir Galon committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    83782aa View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. Update ngrx (#75)

    * Upgrade angular-cli and ngrx versions
    
    * Fix new ngrx/store and ngrx/effects
    
    * Fix tests
    Nir Galon committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    2b4d25f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Configuration menu
    Copy the full SHA
    3970b48 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Fix nginx args location and edit README file

    nirgn975 committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    0e5a32c View commit details
    Browse the repository at this point in the history
  2. Switch travis-ci environment

    nirgn975 committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    97671cf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Upgrade client (#83)

    * Create new client project
    
    * Basic users module is done
    Nir Galon committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    6f6e1d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Change backend to Sanic project(#85)

    Nir Galon committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    36dfac4 View commit details
    Browse the repository at this point in the history
  2. Update github templates, and project logo (#87)

    Nir Galon committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    9e8c85a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Show data on client (#93)

    * Get users from backend and store them in the store.
    
    * Show data on screen
    
    * Cleanup
    Nir Galon committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    e38fae1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Update project (#98)

    * Update client to angular v8
    
    * Fix server database connection
    
    * Fix client errors
    
    * Add requirements file from pipfile
    
    * Fix travis file
    
    * Fix travis
    
    * Fix server errors
    
    * Fix travis errors
    
    * Fix travis
    
    * Fix travis
    
    * Fix travis
    
    * Fix travis
    
    * Fix angular lint errors
    
    * Fix travis
    
    * Add chrome to travis
    
    * Fix travis
    
    * Fix travis
    
    * Fix travis
    
    * Fix travis last take?
    
    * Fix travis
    
    * Fix server errors
    
    * Add pwa
    
    * Cleanup
    Nir Galon committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    277d520 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Move to kubernetes (#100)

    * Cleanup
    
    * Add cloudbuild.yaml file for angular client app
    
    * Add server Dockerfile and kubernetes files
    
    * Change readme
    Nir Galon committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7bf3089 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Bump follow-redirects from 1.9.0 to 1.14.8 in /client

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.9.0...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    d2b4b3a View commit details
    Browse the repository at this point in the history