Loading kontrctl/commands/submissions.py +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ def cli_submissions_list(obj: AppConfig, remote=None, **kwargs): params = remove_none(**kwargs) remote: Remote = helpers.get_remote(obj, remote) submissions = remote.kontr_client.submissions.list(params=kwargs) params = ['id', 'result', 'points', 'state', 'user.username', params = ['id', 'created_at', 'result', 'points', 'state', 'user.username', 'course.codename', 'project.codename'] submissions = helpers.filter_submissions(submissions, **kwargs) helpers.generic_list(submissions, options=kwargs, params=params) Loading kontrctl/version.py +1 −1 Original line number Diff line number Diff line KONTRCTL_VERSION='0.1' No newline at end of file KONTRCTL_VERSION='0.2' No newline at end of file Loading
kontrctl/commands/submissions.py +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ def cli_submissions_list(obj: AppConfig, remote=None, **kwargs): params = remove_none(**kwargs) remote: Remote = helpers.get_remote(obj, remote) submissions = remote.kontr_client.submissions.list(params=kwargs) params = ['id', 'result', 'points', 'state', 'user.username', params = ['id', 'created_at', 'result', 'points', 'state', 'user.username', 'course.codename', 'project.codename'] submissions = helpers.filter_submissions(submissions, **kwargs) helpers.generic_list(submissions, options=kwargs, params=params) Loading
kontrctl/version.py +1 −1 Original line number Diff line number Diff line KONTRCTL_VERSION='0.1' No newline at end of file KONTRCTL_VERSION='0.2' No newline at end of file