• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

arXiv / arxiv-submission-ui
71%

Build:
DEFAULT BRANCH: develop
Repo Added 17 Dec 2018 07:18PM UTC
Files 40
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH develop
branch: develop
CHANGE BRANCH
x
Reset
  • develop
  • 0.1-alpha
  • ARXIVNG-1781
  • ARXIVNG-1973
  • ARXIVNG-1994
  • ARXIVNG-2064
  • ARXIVNG-2171
  • ARXIVNG-2214
  • ARXIVNG-2215
  • ARXIVNG-2216
  • ARXIVNG-2217
  • ARXIVNG-2218
  • ARXIVNG-2222
  • ARXIVNG-2495
  • ARXIVNG-2786
  • ARXIVNG-2787
  • ARXIVNG-2804
  • ARXIVNG-2876
  • ARXIVNG-2881
  • ARXIVNG-2884
  • ARXIVNG-2885
  • ARXIVNG-2886
  • ARXIVNG-2891
  • ARXIVNG-2898
  • ARXIVNG-2909
  • ARXIVNG-2917
  • ARXIVNG-2945
  • ARXIVNG-2946
  • ARXIVNG-2948
  • ARXIVNG-2955
  • ARXIVNG-2968
  • ARXIVNG-2970
  • ARXIVNG-2975
  • ARXIVNG-2982
  • ARXIVNG-3006
  • ARXIVNG-3042
  • ARXIVNG-3455
  • ARXIVNG-4062
  • ARXIVNG-9885
  • authorship-clientside-js
  • bug/ARXIVNG-1425
  • bug/ARXIVNG-1451
  • bug/ARXIVNG-1452
  • bug/ARXIVNG-2034
  • bug/ARXIVNG-2303
  • bug/ARXIVNG-2315
  • bug/ARXIVNG-3005
  • bug/ARXIVNG-3057
  • bug/ARXIVNG-3061
  • dependency-updates
  • feature/ARXIVNG-1017
  • feature/ARXIVNG-1364
  • feature/ARXIVNG-1369
  • feature/ARXIVNG-1375
  • feature/ARXIVNG-1804
  • file-upload-size-note
  • file-upload-sorting
  • fix-help-bubble
  • master
  • naming-cleanup
  • story/ARXIVNG-1786
  • task/ARXIVNG-1111
  • task/ARXIVNG-1301
  • task/ARXIVNG-1365
  • task/ARXIVNG-1372-redux
  • task/ARXIVNG-1400
  • task/ARXIVNG-1401
  • task/ARXIVNG-1410
  • task/ARXIVNG-1440
  • task/ARXIVNG-1440-2
  • task/ARXIVNG-1551
  • task/ARXIVNG-1625
  • task/ARXIVNG-1788
  • task/ARXIVNG-2013
  • task/ARXIVNG-2023
  • task/ARXIVNG-2031
  • task/ARXIVNG-2203
  • task/ARXIVNG-2211
  • task/ARXIVNG-2213
  • task/ARXIVNG-2472
  • task/ARXIVNG-2489
  • task/ARXIVNG-2498
  • task/ARXIVNG-2622
  • task/ARXIVNG-3018
  • task/filemanager-refactor
  • task/timestamp

pending completion
1119

push

travis-ci-com

web-flow
Adds basic integration test (#188)

Adds a working integration test that runs in docker compose

* Adds docker compose and shell script for integration test. 

* Adds tex source sample for integration test.

* Add example sh script to run integration

* Reverts wtforms from 2.3.3 to 2.2.1

WTForms got bumped to 2.3.3 during a pipenv install but existing
code in submit.controllers.ui.util depended on internal fields of
wtform objects.

These changed between 2.2.1 and 2.3.3.

This commit rolls back wtforms 2.3.3 to 2.2.1 in Pipenv

2.3.0 has good changes. We should make sure to investigate and fix the
inappropriate use of wtforms Form._errors in
submit.controllers.ui.util.

* The test lacked cookie handling but the seen dict was getting saved in
the flask session. The flask session is implemented via cookies.

1732 of 2455 relevant lines covered (70.55%)

0.71 hits per line

Relevant lines Covered
Build:
Build:
2455 RELEVANT LINES 1732 COVERED LINES
0.71 HITS PER LINE
Source Files on develop
  • Tree
  • List 40
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1119 develop Adds basic integration test (#188) Adds a working integration test that runs in docker compose * Adds docker compose and shell script for integration test. * Adds tex source sample for integration test. * Add example sh script to run in... push 25 Aug 2020 07:08PM UTC web-flow travis-ci-com pending completion  
1097 develop Fixes recent problem with process step. This fixes the config of the preview service. The config variables for the preview service changed from PREVIEW_ENDPOINT to SUBMISSION_PREVIEW_ENDPOINT. This caused a problem because the name of config vari... push 12 Aug 2020 07:41PM UTC bdc34 travis-ci-com pending completion  
1096 develop Merge pull request #185 from arXiv/ARXIVNG-2968 ARXIVNG-2968: Improve AutoTeX log highlighting for "File Not Found" and "Emergency Stop" TeX errors. push 24 Mar 2020 07:20PM UTC web-flow travis-ci pending completion  
1095 develop Merge pull request #181 from arXiv/ARXIVNG-2885 ARXIVNG-2885: Implement TeX Produced display components in Submission UI push 24 Mar 2020 05:05PM UTC web-flow travis-ci pending completion  
1090 develop add ingress.path to deployment instructions [ARXIVNG-3051] push 23 Mar 2020 06:33PM UTC mhl10 travis-ci pending completion  
1085 develop Naming cleanup for submission preview (#187) * PREVIEW -> SUBMISSION_PREVIEW * add README for deploying submission-ui push 20 Mar 2020 12:35PM UTC web-flow travis-ci pending completion  
1070 develop Consolidates error message from base and submission to single area (#173) push 09 Mar 2020 01:42PM UTC web-flow travis-ci pending completion  
1066 develop Merge pull request #184 from arXiv/ARXIVNG-3042 cleans up testing artifacts, standardizes icon colors push 06 Mar 2020 06:42PM UTC web-flow travis-ci pending completion  
1065 develop Merge pull request #183 from arXiv/bug/ARXIVNG-3005 ARXIVNG-3005: Fix bug where user couldn't escape upload-files page push 06 Mar 2020 03:40PM UTC web-flow travis-ci pending completion  
1064 develop Merge pull request #182 from arXiv/task/ARXIVNG-3018 ARXIVNG-3018: Submission UI readme updates push 06 Mar 2020 03:39PM UTC web-flow travis-ci pending completion  
See All Builds (522)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc