Skip to content

Commit

Permalink
Bug/fix travis errors (#28)
Browse files Browse the repository at this point in the history
* Add sample code to handle Base64 fields in drf-extra-fields project

* Fix format for .rst

* Update Redoc to 2.0.0-rc36

* Update answer to the easier version as suggested in Hipo/drf-extra-fields#66 (comment)

* Fix tox environment to properly test on Django 3.0

* Drop all compat support to Django < 2 urls

* Fix tox environment

* Update manifest

* Populate test db

* Fix broken URLs in README

* Feature/update travis (#17)

* Redefine travis steps to include linting

* Add stage specific install scripts

* Add docs and publish requirements

* Update travis.yml requirements

* Update travis pip executable

* Update flake8 ignore rules and rever pip3 to pip

* Separate deploy stage in travis

* Add tox dependency to test.txt

* Bump drf test targets

* Allow test against latest deps to fail

* Set build matrix against unittest task only

* Remove matrix key from travis.yml

* Use aliases to specify matrix style parallelism for unittests only

* Write tox-filter.sh

* Move linting and formatting conf into their scripts

* Run black and autoflake (#18)

* Fix documentation build (#12)

* Fix malformed RST in README

* Fix Sphinx configuration

Co-authored-by: JoelLefkowitz <45922542+JoelLefkowitz@users.noreply.github.com>

* Move dependencies to setup.py and metadata to setup.cfg (#19)

* Remove requirements, update .gitignore and remove flake8-isort (#20)

* Remove requirements, update .gitignore and remove flake8-isort from linting spec

* Patch test[s] typo

* Fix lint build and set as required on Travis (#22)

Co-authored-by: johnthagen <johnthagen@gmail.com>

* Feature/remove clutter (#21)

* Remove requirements, update .gitignore and remove flake8-isort from linting spec

* Patch test[s] typo

* Patch setup.py test requirements missing comma typo

* Replace pyproject.toml

* Update pyproject.toml

* Update and convert readme and license to md (#25)

* Remove compat.py typo (#26)

* Update license references to md

* Update python2.7 compatability test suite

* Pass sphinx build warnings

* Add bumbpversion.cfg and refactor dry-yasg2 to drf_yasg2

* Remove tox check

* Debump django dependency so that py27 tests can setup

* Update travis test-docs script path

* Add build shield to readme

* Debump pytest dep for python2.7 tests

* Debump djangorestframework-camel-case dep for python2.7 tests

* Debump django-cors-headers dep for python2.7 tests

* Remove swagger-spec-validator dep for python2.7 tests

* Update readme links and add python2.7 classifier

* Add dj_database_url heroku dependency

Co-authored-by: Terry <wasin.th@gmail.com>
Co-authored-by: Julia Nething <julia.nething@mobilityhouse.com>
Co-authored-by: johnthagen <johnthagen@users.noreply.github.com>
Co-authored-by: Fasih Ahmad Fakhri <fasih@email.com>
Co-authored-by: johnthagen <johnthagen@gmail.com>
  • Loading branch information
6 people authored Oct 12, 2020
1 parent b6f5cbb commit 28225ae
Show file tree
Hide file tree
Showing 172 changed files with 4,117 additions and 3,552 deletions.
30 changes: 0 additions & 30 deletions .codecov.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .coveragerc

This file was deleted.

27 changes: 0 additions & 27 deletions .editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Expected Behavior

<!--- Tell us what should happen -->

## Current Behavior

<!--- Tell us what happens instead of the expected behavior -->

## Possible Solution

<!--- Not obligatory, but suggest a fix/reason for the bug, -->

## Steps to Reproduce

<!--- Provide a link to a live example, or an unambiguous set of steps to -->

<!--- reproduce this bug. Include code to reproduce, if relevant -->

## Context (Environment)

<!--- How has this issue affected you? What are you trying to accomplish? -->

<!--- Providing context helps us come up with a solution that is most useful in the real world -->

<!--- Provide a general summary of the issue in the Title above -->

## Detailed Description

<!--- Provide a detailed description of the change or addition you are proposing -->

## Possible Implementation

<!--- Not obligatory, but suggest an idea for implementing addition or change -->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## Description

<!--- Describe your changes in detail -->

## Related Issue

<!--- This project only accepts pull requests related to open issues -->

<!--- If suggesting a new feature or change, please discuss it in an issue first -->

<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->

<!--- Please link to the issue here: -->

## Motivation and Context

<!--- Why is this change required? What problem does it solve? -->

<!--- If it fixes an open issue, please link to the issue here. -->

## How Has This Been Tested

<!--- Please describe in detail how you tested your changes. -->

<!--- Include details of your testing environment, and the tests you ran to -->

<!--- see how your change affects other areas of the code, etc. -->

## Screenshots (if appropriate)
Loading

0 comments on commit 28225ae

Please sign in to comment.