-
Notifications
You must be signed in to change notification settings - Fork 8
fix: move ci/cd to github actions #700
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
fix: move ci/cd to github actions #700
Conversation
* feat: Hacker location fields (#687) * feat: add additional optional fields for hacker location * feat: update documentation to include hacker location * feat: update emails and bump version Co-authored-by: Tony <36376980+Tony9984@users.noreply.github.com>
.github/workflows/node.js.yml
Outdated
| push: | ||
| branches: [ dev ] | ||
| pull_request: | ||
| branches: [ dev ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about master branch? In case someone pushes to that branch in a rush right before the hackathon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for that. I forgot about master!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <component name="GithubSharedProjectSettings"> | ||
| <option name="branchProtectionPatterns"> | ||
| <list> | ||
| <option value="master" /> | ||
| <option value="dev" /> | ||
| </list> | ||
| </option> | ||
| </component> | ||
| <component name="VcsDirectoryMappings"> | ||
| <mapping directory="$PROJECT_DIR$" vcs="Git" /> | ||
| </component> | ||
| </project> | ||
| </project> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does anyone still use Jetbrains IDEs? Can this whole .idea folder be deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use PhpStorm, let's keep it for now.
#691 is still in progress and it's estimated to take quite a long time because a lot of manual work is involved. Since Travis is deprecated, I believe it's best to get something functional in place so our other PRs won't be blocked. Good catch on the deletion of travis.yml though thanks! |
krubenok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it!
Maybe time to investigate re-enabling dependabot now to start bailing out of dependency hell
* release: version 3.1.2 (#689) * feat: Hacker location fields (#687) * feat: add additional optional fields for hacker location * feat: update documentation to include hacker location * feat: update emails and bump version Co-authored-by: Tony <36376980+Tony9984@users.noreply.github.com> * merge and resolve conflicts * Create node.js.yml * Update node.js.yml * Update node.js.yml * Update app.js * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update node.js.yml * Update package.json * Update account.test.js * Update account.test.js * add elastic apm to see where tests are going wrong * move apm to app.js so it gets picked up by test * add apm env to gh workflow * add missing envs * remove debugging tools * remove elastic apm * run ci/cd on master as well * Update .nvmrc * Update package.json * Delete .travis.yml * Update package.json Co-authored-by: Logan Ralston <logan.ralston@mail.mcgill.ca> Co-authored-by: Tony <36376980+Tony9984@users.noreply.github.com>
Tickets:
List of changes:
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Firmware version:
Hardware:
Toolchain:
SDK:
Questions for code reviewers?
Checklist: