Skip to content

Commit

Permalink
Revert "Update by pulling changes from COVESA VSS master" (#2)
Browse files Browse the repository at this point in the history
* Revert "Minor editorial change"

This reverts commit 13a3231.

* Revert "Add Power Optimize concept"

This reverts commit 750c4fa.

* Revert "Add steering angle"

This reverts commit cfbcaff.

* Revert "Use explicit VSS units"

This reverts commit 64cbe3a.

* Revert "Refactor Current Trip signals (COVESA#509)"

This reverts commit 503ef90.

* Revert "Update _index.md"

This reverts commit 2431461.

* Revert "Add light switches"

This reverts commit f19285d.

* Revert "Fix quotes for TirePressureUnit"

This reverts commit fce40fe.

* Revert "Add HMI signals (COVESA#512)"

This reverts commit 9680e49.

* Revert "Add SmartphoneMirroring into HMI branch (COVESA#500)"

This reverts commit b383c7d.

* Revert "Add volume property to Navigation branch (COVESA#504)"

This reverts commit 141b6ad.

* Revert "reivsed with all uppper case string"

This reverts commit 834753b.

* Revert "Add mute of navigation branch"

This reverts commit ff3ad34.

* Revert "Add PlaybackSpeed into Media.Played (COVESA#499)"

This reverts commit 65cf0be.

* Revert "Add tire pressure unit to HMI (COVESA#501)"

This reverts commit d198cc2.

* Revert "Extend governance and changelog information"

This reverts commit 027efa8.

* Revert "Adapt overlay documentation to implicit branches"

This reverts commit fcb9c5c.

* Revert "Enable proper search in generated documentation"

This reverts commit 3d0da59.

* Revert "Prepare move of vspec2c and vspec2ocf to obsolete (COVESA#494)"

This reverts commit 73b8e27.

* Revert "Update vss-tools to latest version (COVESA#492)"

This reverts commit 871503c.

* Revert "Extend motorbike profile and include profiles in builds (COVESA#487)"

This reverts commit 3d66406.

* Revert "Remove pipenv parameter sequential (COVESA#496)"

This reverts commit 47c72cd.

* Revert "Improve seat tilt documentation"

This reverts commit dc92ba7.

* Revert "Remove obsolete sensor/actuator properties"

This reverts commit 1cb3245.

* Revert "Improve trunk/hood documentation (COVESA#480)"

This reverts commit 354b43b.

* Revert "Add low voltage battery signals"

This reverts commit 0a2786c.

* Revert "Buildcheck update"

This reverts commit d76de94.

* Revert "changed from HasDefect to IsDefect in all new files"

This reverts commit 4d874c8.

* Revert "Added changes from comment of erikbosch"

This reverts commit ca7b84e.

* Revert "deleted istances for brake and licence-plates"

This reverts commit 1f1a67a.

* Revert "header updated"

This reverts commit a10785e.

* Revert "Naming changes due to feedback"

This reverts commit 50ba98f.

* Revert "Changed Break to Brake and fixed wrong filenames."

This reverts commit 3103ea3.

* Revert "Added lights for license-plate and break-lights"

This reverts commit 6a6a17a.

* Revert "Feedback integrated: Comments end with '.' and file are renamed"

This reverts commit 6a38da8.

* Revert "Reduced number of files"

This reverts commit b20f522.

* Revert "added files for different types of exterior lights"

This reverts commit ee184b4.

* Revert "added further structuring of lights."

This reverts commit 1aacf35.

* Revert "Added a flag to indicate defects"

This reverts commit 9c14649.

* Revert "Restructured exterior lights to make use of instances. Enables to add addtional values per light. As example an error indicator added"

This reverts commit a3798e6.

* Revert "Added vector files of logo"

This reverts commit f8f1820.

* Revert "Include graphql fix"

This reverts commit e02d8d3.

* Revert "Update dds tool"

This reverts commit 7a51868.

* Revert "Fix link to checklist (COVESA#474)"

This reverts commit 162e893.

* Revert "Update version to 3.1-develop (COVESA#472)"

This reverts commit 278c0ee.

* Revert "Prepare master branch for 3.0 release (COVESA#471)"

This reverts commit 2e03275.

* Revert "Add tar-file command to Makefile (COVESA#469)"

This reverts commit a84b536.

* Revert "Updated logo and color theme (COVESA#470)"

This reverts commit db6f32b.

* Revert "Documentation of new keyword `instantiate` (COVESA#461)"

This reverts commit dc35859.

* Revert "feat: Add data point Wheel.Speed"

This reverts commit 93119b0.

* Revert "Removed private and fixed typos"

This reverts commit 4c9cef3.

* Revert "Overlay documentation"

This reverts commit 14dc4e4.

* Revert "Remove obsolete files"

This reverts commit da4eb08.
  • Loading branch information
jdacoello committed Feb 15, 2023
1 parent 13a3231 commit 2349ec2
Show file tree
Hide file tree
Showing 56 changed files with 462 additions and 1,343 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ jobs:
python -V
python -m pip --quiet --no-input install --upgrade pip
python -m pip --quiet --no-input install --upgrade pipenv wheel
pipenv --version
pipenv run python --version
cd vss-tools
pipenv install
echo done!
pipenv run python setup.py install
pipenv run python setup.py -q install
env:
PIPENV_VENV_IN_PROJECT: 1

Expand All @@ -53,10 +49,10 @@ jobs:

- name: Install hugo
env:
HUGO_VER : 0.103.1
HUGO_VER : 0.78.1
run: |
curl -LO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_${HUGO_VER}_linux-amd64.deb
sudo dpkg -i hugo_${HUGO_VER}_linux-amd64.deb
curl -LO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_${HUGO_VER}_Linux-64bit.deb
sudo dpkg -i hugo_${HUGO_VER}_Linux-64bit.deb
- name: Make docs
run: |
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
*.id

# Generated files
vss_rel_*
vss_rel_*.cnative
vss_rel_*.csv
vss_rel_*.fidl
vss_rel_*.binary
vss_rel_*.h
vss_rel_*.json
vss_rel_*_macro.h
158 changes: 0 additions & 158 deletions CHANGELOG.md

This file was deleted.

110 changes: 0 additions & 110 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 2349ec2

Please sign in to comment.