-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: (3337 commits) Fix codacy error fix lint get rid of environment var in tests Update Gemfile.lock Fix bug with gift ticket from admin undo migration cleanup validate currency add validations for invalid currencies and tests Ensure that user cannot arbitrarily set currency add some tests for payment Condense things a bit, fix logic with with tallying Minor tweak to example text fix lint change bad path for robustness Add convert currency and tests feature flag selector off from view implement currency selector on tickets page fix tests Fix issue with currencies only accessible as admin ...
- Loading branch information
Showing
820 changed files
with
131,872 additions
and
1,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
version: "2" | ||
plugins: | ||
rubocop: | ||
enabled: true | ||
channel: rubocop-0-75 | ||
channel: rubocop-1-56-3 | ||
exclude_patterns: | ||
- "bin/" | ||
- "config/" | ||
- "db/" | ||
- "dist/" | ||
- "features/" | ||
- "**/node_modules/" | ||
- "script/" | ||
- "**/spec/" | ||
- "**/test/" | ||
- "**/tests/" | ||
- "Tests/" | ||
- "**/vendor/" | ||
- "**/*_test.go" | ||
- "**/*.d.ts" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,31 @@ | ||
**Checklist** | ||
### [Pivotal Tracker Link][tracker] | ||
|
||
- [ ] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md). | ||
- [ ] My branch is up-to-date with the upstream `master` branch. | ||
- [ ] The tests pass locally with my changes. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works(if appropriate). | ||
- [ ] I have added necessary documentation (if appropriate). | ||
<!-- Complete this section filling in the link to a tracker story. --> | ||
[tracker]: https://www.pivotaltracker.com/story/show/your-story-id | ||
|
||
**Short description of what this resolves/which [issues](https://github.com/openSUSE/osem/issues) does this fix?:** | ||
## What this PR does: | ||
<!-- Complete the following sentence: --> | ||
|
||
<!-- List the issue number resolved with this change; if there is no open issue, describe the problem this request solves --> | ||
This pull request fixes|implements (pick one...) ______. | ||
|
||
- | ||
### Include screenshots, videos, etc. | ||
|
||
**Changes proposed in this pull request:** | ||
#### Who authored this PR? | ||
<!-- Tag the names of any other contributors --> | ||
|
||
<!-- Summarize the changes, using declarative language. --> | ||
|
||
- | ||
### How should this PR be tested? | ||
|
||
* Is there a deploy we can view? | ||
* What do the specs/features test? | ||
* Are there edge cases to watch out for? | ||
|
||
#### Are there any complications to deploying this? | ||
|
||
<!-- Data migrations, upgrades, etc. --> | ||
|
||
### Checklist: | ||
|
||
- [ ] Has this been deployed to a staging environment or reviewed by a customer? | ||
- [ ] Tag someone for code review (either a coach / team member) | ||
- [ ] I have renamed the branch to match PivotTracker's suggested one (necessary for BlueJay) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.