|
0f2f2df665
|
Merge pull request #757 from openHPI/pylint_filename
Add filename to PyLint Adapter
|
2020-10-25 16:31:11 +01:00 |
|
|
472ed120c6
|
Merge pull request #756 from openHPI/concurrent_scoring
Concurrent scoring
|
2020-10-25 16:30:49 +01:00 |
|
|
ab4dfab31c
|
Merge pull request #755 from openHPI/experiments
Prepare Python20 Course Experiments
|
2020-10-25 16:30:27 +01:00 |
|
|
d12c72b04e
|
Add filename to PyLint Adapter
|
2020-10-25 16:12:16 +01:00 |
|
|
9fb3dd13e4
|
Fix rubocop offenses
|
2020-10-25 16:10:51 +01:00 |
|
|
0988e41f6d
|
Use Conccurrent::Future properly
|
2020-10-25 16:09:51 +01:00 |
|
|
fda120559c
|
Prepare Python20 Course Experiments
|
2020-10-25 13:29:26 +01:00 |
|
|
380b1a5ba1
|
Get more details from PyLint
|
2020-10-24 16:11:12 +02:00 |
|
|
9beefd0feb
|
Improve PyLint RegEx to match single lines
* Also return more detailed results for further analysis
|
2020-10-23 22:23:57 +02:00 |
|
|
975cb8f5bc
|
Merge pull request #750 from openHPI/misc
Misc changes
|
2020-10-20 18:39:04 +02:00 |
|
|
c2feaca046
|
Update styling for Tips to make them less annoying
|
2020-10-20 13:50:29 +02:00 |
|
|
ad467fa58f
|
Distinguish between intermediate and final feedback
* Also add more information to user_exercise_feedback
* Migrate existing feedback to enrich with submissions
|
2020-10-20 13:50:04 +02:00 |
|
|
712810dada
|
Allow negative scores for PyLintAdapter and improve regex handling
|
2020-10-20 12:16:46 +02:00 |
|
|
9ddeb91c41
|
Remove leftovers from PR #117; exercise feedback on RfC show
|
2020-10-20 12:15:45 +02:00 |
|
|
d25dd41ccf
|
Improve, restructure documentation and add screenshot
|
2020-10-20 12:13:30 +02:00 |
|
|
92be9d56ee
|
Fix spec for empty exercise_params
|
2020-10-16 19:52:16 +02:00 |
|
|
35f26d1b4a
|
Improve documentation
* Add warning note to provision.sh
* Link Local Setup Guide from README
|
2020-10-16 19:35:29 +02:00 |
|
|
92ab5cc0a7
|
Fix exercise creation
|
2020-10-16 19:18:55 +02:00 |
|
|
6ed0185038
|
Refactor handling of new lines for Docker
|
2020-10-16 19:07:26 +02:00 |
|
|
ff29cd906a
|
Update bundle
|
2020-10-15 18:39:58 +02:00 |
|
|
ca9467bf3c
|
Merge branch 'linter_toggle'
# Conflicts:
# config/locales/de.yml
|
2020-10-15 18:33:19 +02:00 |
|
|
4f138e5f26
|
Merge branch 'updates'
|
2020-10-15 18:24:56 +02:00 |
|
|
59e13d432d
|
Hide linter runs from RfCs
|
2020-10-15 18:23:14 +02:00 |
|
|
dbd76e9316
|
Adjust default message for linter / unit test
|
2020-10-15 18:11:28 +02:00 |
|
|
a49c01645b
|
Move tips to left sidebar and set width = 25%
|
2020-10-15 17:40:48 +02:00 |
|
|
799e37f9ae
|
Add new style for linter and allow 0 points
|
2020-10-15 16:22:37 +02:00 |
|
|
be3ec82bd4
|
Add new file role teacher_defined_linter
|
2020-10-15 00:43:57 +02:00 |
|
|
362c4e9ccf
|
Update provision script
|
2020-10-14 18:06:48 +02:00 |
|
|
9e6b10b264
|
Bundle update
|
2020-10-14 14:34:44 +02:00 |
|
|
4e720295d8
|
Fix existing specs for Exercise
|
2020-10-14 14:34:27 +02:00 |
|
|
23a045c630
|
[Cosmetic] Add newline to end of file
|
2020-10-14 14:34:27 +02:00 |
|
|
2d8a18169e
|
Always increase rank for tips correctly
|
2020-10-14 14:34:27 +02:00 |
|
|
bfcb536cc9
|
Tips: Recheck database constraints
|
2020-10-14 14:34:27 +02:00 |
|
|
f3904c5e85
|
Close Exercise Collection modal and clear input
|
2020-10-14 14:34:27 +02:00 |
|
|
2678d9ecdf
|
Add admin UI to assign tips to exercises
|
2020-10-14 14:34:27 +02:00 |
|
|
44ab28d6fe
|
Update Travis CI
|
2020-10-14 14:34:27 +02:00 |
|
|
ca778e4d9a
|
Disable JS-Sentry in development
|
2020-10-14 14:34:27 +02:00 |
|
|
e550828c58
|
Add backend for tips and enable markdown support
|
2020-10-14 14:34:26 +02:00 |
|
|
dce5998a2a
|
Fix styling for multiple, nested cards
|
2020-10-14 14:34:26 +02:00 |
|
|
edd8e3bb35
|
Store events for tip expanding and collapsing
|
2020-10-14 14:34:26 +02:00 |
|
|
8f8a4f3cca
|
Show tips when implementing an exercise
|
2020-10-14 14:34:26 +02:00 |
|
|
fcd393b9d5
|
Prevent parsing error for empty client commands
|
2020-10-14 14:34:26 +02:00 |
|
|
13b6e50573
|
Exit Python container based on cmd
|
2020-10-14 14:34:26 +02:00 |
|
|
f7c41db70c
|
Fix invalid reference to ContainerPool
This was a copy & paste mistake
|
2020-10-14 14:34:26 +02:00 |
|
|
03d731c88e
|
Fix HTML for Flowr template
|
2020-10-14 14:34:25 +02:00 |
|
|
2e1c97d87d
|
Add database support and model for tips
|
2020-10-14 14:34:25 +02:00 |
|
|
85a05225ec
|
Rename hints in German translation for consistency with upcoming tips
|
2020-10-14 14:34:25 +02:00 |
|
|
398bd67e1c
|
Fix Flowr support and generic event framework
|
2020-10-14 14:34:25 +02:00 |
|
|
a5416758eb
|
fix specs broken by rubyzip upgrade (enforce encoding)
|
2020-10-12 14:34:14 +00:00 |
|
|
b322ea24d4
|
Bump rubyzip from 2.0.0 to 2.3.0
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 2.0.0 to 2.3.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v2.0.0...v2.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-10-12 14:34:14 +00:00 |
|