Skip to content

Commit

Permalink
Merge branch 'master' into chore/upgrade-node-and-less
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy authored Oct 26, 2023
2 parents 5d0c8cd + 4dc437d commit 44b3b02
Show file tree
Hide file tree
Showing 8 changed files with 108 additions and 56 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: 🐛 Bug report
description: Describe a problem

body:
- type: textarea
id: describe-the-bug
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: stacktrace
attributes:
label: Stacktrace
description: If applicable, a stacktrace to help explain your problem.
- type: input
id: uportal-version
attributes:
label: uPortal version
description: What version of uPortal are you using?
placeholder: uPortal 5.15.0
validations:
required: true
- type: dropdown
id: operating-system
attributes:
label: OS
description: What operating system are you using?
multiple: true
options:
- Windows
- Linux
- macOS
- Other (please specify in steps to reproduce)
validations:
required: false
- type: dropdown
id: browser
attributes:
label: Browser
description: What browser are you using?
multiple: true
options:
- Chrome
- Safari
- Edge
- FireFox
- Other (please specify in steps to reproduce)
validations:
required: false
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 🚀 Feature request
description: Suggest an idea

body:
- type: textarea
id: problem
attributes:
label: Problem
description: Please describe the problem you are trying to solve here.
validations:
required: true

- type: textarea
id: solution
attributes:
label: Solution
description: What should happen? Please describe the desired behavior.
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives
description: What are the alternative solutions? Can this be solved in a different way?
validations:
required: true
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🙋 Ask a question
url: https://groups.google.com/a/apereo.org/forum/#!forum/uportal-user
about: Ask questions and discuss with other community members
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 45
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
// Top level plugins
id 'com.github.kt3k.coveralls' version '2.12.2'
id 'com.github.node-gradle.node' version '7.0.0'
id 'com.github.node-gradle.node' version '7.0.1'
id 'net.researchgate.release' version '2.8.1'
// Records all tasks in task graph, generates `build/reports/visteg.dot`
// dot file can be converted to an image using graphviz. `dot -Tsvg -O -v visteg.dot`
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0

# Dependency Versions
antVersion=1.10.14
awsVersion=1.12.534
awsVersion=1.12.574
apereoPortletUtilsVersion=1.1.3
aspectjVersion=1.9.19
casClientVersion=3.6.2
Expand All @@ -56,7 +56,7 @@ commonsLang3Version=3.12.0
commonsMath3Version=3.6.1
commonsPoolVersion=2.11.1
dom4jVersion=1.6.1
easymockVersion=5.1.0
easymockVersion=5.2.0
ehcacheVersion=2.6.11
ehcacheJgroups3ReplicationVersion=1.7.4
googleVisualizationVersion=release-1.1.3
Expand All @@ -81,12 +81,12 @@ jodaTimeVersion=2.12.5
jodaTimeJsptagsVersion=1.1.1
jsonassertVersion=1.5.1
jsonLibExtSpringVersion=1.0.2
jsoupVersion=1.16.1
jsoupVersion=1.16.2
jspApiVersion=2.3.3
junitVersion=4.13.2
lesscssVersion=1.7.0.1.1
logbackVersion=1.3.5
lombokVersion=1.18.28
lombokVersion=1.18.30
mockitoVersion=4.11.0
luceneVersion=8.11.2
nodejsVersion=18.17.1
Expand Down

0 comments on commit 44b3b02

Please sign in to comment.