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

[ci] Added Github CI Build #83

Merged
merged 2 commits into from
Mar 11, 2021
Merged

[ci] Added Github CI Build #83

merged 2 commits into from
Mar 11, 2021

Conversation

devkapilbansal
Copy link
Member

No description provided.

@devkapilbansal devkapilbansal force-pushed the github-ci-build branch 3 times, most recently from a4682ee to ea1f4a2 Compare March 6, 2021 09:35
@devkapilbansal
Copy link
Member Author

So reordering some classes fix the error. 🤔 Thanks for the help @purhan 😄

@purhan
Copy link
Contributor

purhan commented Mar 6, 2021

Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @devkapilbansal, the travis config file has to be removed though, can you please do that?

Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A possible follow up to improve testing: #85

@devkapilbansal devkapilbansal linked an issue Mar 9, 2021 that may be closed by this pull request
@devkapilbansal devkapilbansal added this to In progress in OpenWISP Priorities for next releases via automation Mar 9, 2021
@devkapilbansal devkapilbansal moved this from In progress to Ready for review/testing in OpenWISP Priorities for next releases Mar 9, 2021
Copy link
Member

@atb00ker atb00ker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, Looks good! 😄
(I have not tested it)

@@ -1,5 +1,5 @@
# TODO: change this when next version of openwisp_users is released
openwisp-users @ https://github.com/purhan/openwisp-users/tarball/master
openwisp-users @ https://github.com/openwisp/openwisp-users/tarball/master
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@purhan was there a reason for using your fork or was this a mistake? 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it was a leftover

@@ -6,6 +6,10 @@ echo ''
echo 'Check JavaScript Linting'
jslint ./openwisp_ipam/static/openwisp-ipam/js/*.js

echo ''
echo 'Check CSS Linting'
stylelint ./openwisp_ipam/static/openwisp-ipam/css/*.css
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should move something like this in openwisp-utils and run it on all modules! 😄

OpenWISP Priorities for next releases automation moved this from Ready for review/testing to Reviewer approved Mar 11, 2021
Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, thanks @devkapilbansal

@nemesifier nemesifier merged commit 6a4c6d3 into master Mar 11, 2021
OpenWISP Priorities for next releases automation moved this from Reviewer approved to Done Mar 11, 2021
@devkapilbansal devkapilbansal deleted the github-ci-build branch March 11, 2021 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[qa] Add css linting to run-qa-checks
4 participants