-
Notifications
You must be signed in to change notification settings - Fork 352
Development: Improve Programming Exercise export tests
#11392
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
Open
ekayandan
wants to merge
133
commits into
develop
Choose a base branch
from
chore/programming-exercises/improve-export-tests
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,303
−1,496
Open
Changes from 97 commits
Commits
Show all changes
133 commits
Select commit
Hold shift + click to select a range
c06832d
converted athena endpoints to return filemaps
ekayandan 2e196a4
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 9d00023
Merge remote-tracking branch 'origin' into chore/convert-athena-endpo…
ekayandan 73c8a7d
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan 707637e
improvements on performance and tests
ekayandan 0356671
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 6a0d3f2
added missing docstring
ekayandan 0767f61
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan f5f5a87
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan d2dc5f1
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan e218bd7
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan b5beb91
review comments
ekayandan 51c8cca
Adapt tests and lint
ekayandan 42dfaa4
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 0eecf38
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 1da53b5
Enhancement: Add feedback suggestion module validation in Athena serv…
ekayandan 3eb6dde
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan f12077f
Merge remote-tracking branch 'origin' into chore/convert-athena-endpo…
ekayandan 6fa9b85
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan e437a1d
removed one of the last 2 GitRepositoryExportService mocks
ekayandan 3c0d266
Merge branch 'chore/convert-athena-endpoints-to-filemap' into chore/p…
ekayandan 4f00aeb
Merge remote-tracking branch 'origin' into chore/programming-exercise…
ekayandan 28483ea
fixed other tests failing
ekayandan 7945c00
Merge branch 'develop' into chore/programming-exercises/improve-expor…
ekayandan c1b326f
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan c366f1e
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 7e33edc
review comments
ekayandan 1de24ff
fixed server test
ekayandan d5ba771
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan 4127676
converted var to type
ekayandan ae9ee78
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 457508b
fixed tests & applied some of the comments
ekayandan 9bbfc4b
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan 2e13784
remaining review comments
ekayandan ded36b3
changed naming to avoid confusions
ekayandan 99efbf8
Update src/main/webapp/i18n/de/error.json
ekayandan 52b19d2
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan f3f0c35
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 2911656
Merge remote-tracking branch 'origin/develop' into chore/convert-athe…
ekayandan 8c0ee2c
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan 87ffab9
added even more client tests
ekayandan 23b7eee
fixed test compile
ekayandan 323374c
Merge remote-tracking branch 'origin/develop' into chore/convert-athe…
ekayandan efa540c
added server tests for athena
ekayandan e1c9444
fixed failing test
ekayandan dbc0913
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan df17fae
Merge remote-tracking branch 'origin/develop' into chore/convert-athe…
ekayandan 8d31d0b
Added extra guardrails and test cases
ekayandan 742197c
added missing javadoc
ekayandan ceb168d
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 6e4f64e
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
maximiliansoelch 7cf6802
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan c0e91e5
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 83638d2
pr comments + fixed error keys
ekayandan 4fd765f
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan 4e4f5d2
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 464345f
Adapted tests for correct error keys
ekayandan 33e85e6
Merge branch 'chore/convert-athena-endpoints-to-filemap' of github.co…
ekayandan c02029f
Merge branch 'develop' into chore/programming-exercises/improve-expor…
ekayandan 6ba1957
resolved merge conflicts
ekayandan 9cb68e7
resolved merge conflicts
ekayandan 0d7ffe7
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 82c3228
Merge branch 'develop' into chore/convert-athena-endpoints-to-filemap
ekayandan 5a78006
Merge branch 'chore/convert-athena-endpoints-to-filemap' into chore/p…
ekayandan e176532
resolved merge conflicts
ekayandan cfee00a
added missing positive case
ekayandan 0d81396
Created central export test util class and adapted suites using actua…
ekayandan a020143
converted ProgrammingExerciseGitIntegrationTest
ekayandan a495d44
converted some more
ekayandan 4efbb43
conversion progressing
ekayandan c89b3e0
Merge develop
ekayandan e6db107
Converted auxiliary repo
ekayandan fa37d23
cleaned up code
ekayandan 14486ea
Converted remaining from exerciseIntegration
ekayandan ace53f5
Merge remote-tracking branch 'origin/develop' into chore/programming-…
ekayandan 95b7bd5
Fixed failing tests after merge develop
ekayandan 4ccc8bf
Clean Auxiliary Tests
ekayandan 2d3f429
cleaned ProgrammingExerciseIntegrationTestService
ekayandan 2e00db0
removed gitservice mocks
ekayandan 34f9707
Cleaned first(easier, but bigger) half of gitservice mock residues
ekayandan e5d9630
removing residues continued
ekayandan 685b843
removed more mocks
ekayandan b2d3473
2 more batches to go
ekayandan 431c075
Removed all mock related code. All passing
ekayandan c40ec2e
removed some more optional ones
ekayandan 4ddeadd
fix some failing tests after merge
ekayandan ae24c88
Merge branch 'develop' into chore/programming-exercises/improve-expor…
ekayandan 5753e41
Adapted RepositoryExportTestUtil
ekayandan 3505f6f
Last mocks removed. Remaining are necessary
ekayandan 120e9a9
centralize functionality
ekayandan db58d3c
move conversions and expansion of util class
ekayandan 848138f
Merge branch 'chore/programming-exercises/improve-export-tests' of gi…
ekayandan 1cc5e86
linte
ekayandan 40ce916
removed last mocks
ekayandan 906ed8e
introducing centralized auto cleaner
ekayandan 47e8641
converted all classes to use repository tracker
ekayandan 970f7bc
Merge branch 'develop' into chore/programming-exercises/improve-expor…
ekayandan 1336f73
update disable reason
ekayandan 7310288
small comments
ekayandan e91a7bf
reverted temporary main repo changes
ekayandan d5931de
Merge branch 'develop' into chore/programming-exercises/improve-expor…
MaximilianAnzinger 90ead74
fix spy bean
MaximilianAnzinger 97a1923
Merge branch 'develop' into chore/programming-exercises/improve-expor…
MaximilianAnzinger 3367410
reset mocks
MaximilianAnzinger dad3d8d
Fix export tests by dynamically assigning available ports
MarcosOlivaKaczmarek f7c7591
Enhance integration tests by injecting local server port for URI cons…
MarcosOlivaKaczmarek 568834a
Fix Tests again
MarcosOlivaKaczmarek 34810fb
Fix LocalVCIntegration test
MarcosOlivaKaczmarek c694745
Fix topic listeners
MarcosOlivaKaczmarek 0baabaf
Merge remote-tracking branch 'origin/chore/programming-exercises/impr…
MarcosOlivaKaczmarek b2bacf2
Fix testExportSubmissionAnonymization
MarcosOlivaKaczmarek c1251fe
Fix remaining tests
MarcosOlivaKaczmarek 7e706e0
Refix listener
MarcosOlivaKaczmarek b5d4b34
Fix early repo closing in PEIJLVCTest
MarcosOlivaKaczmarek 78321a8
Revert previous commit
MarcosOlivaKaczmarek 214f036
Fix last test
MarcosOlivaKaczmarek 83d828a
Cleanup repos
MarcosOlivaKaczmarek 71cdb43
Merge branch 'develop' into chore/programming-exercises/improve-expor…
MarcosOlivaKaczmarek 71bd5fe
Adress CodeRabbit Comments
MarcosOlivaKaczmarek 40afc55
Merge branch 'develop' into chore/programming-exercises/improve-expor…
MarcosOlivaKaczmarek 41b9861
Cleanup repos
MarcosOlivaKaczmarek 438c76d
Merge remote-tracking branch 'origin/chore/programming-exercises/impr…
MarcosOlivaKaczmarek d876f85
Merge branch 'develop' into chore/programming-exercises/improve-expor…
MarcosOlivaKaczmarek 63bf31b
Fix flaky tests
MarcosOlivaKaczmarek 5daa873
Cleanup After Tests
MarcosOlivaKaczmarek 226fcc2
Cleanup before test execution
MarcosOlivaKaczmarek 9b52091
Remove excesive cleanup
MarcosOlivaKaczmarek 681892b
Fix Plagiarism tests
MarcosOlivaKaczmarek d629803
Make cleanup happen in the right order
MarcosOlivaKaczmarek c064081
Avoid duplicate repo creation
MarcosOlivaKaczmarek 1a33499
Revert "Avoid duplicate repo creation"
MarcosOlivaKaczmarek aa2f571
"Revert last commit
MarcosOlivaKaczmarek f6ba134
Validate participation exists in plagiarism check test
MarcosOlivaKaczmarek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.