Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-elife
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-elife
Graph
e30a2b4858a31b34758b162d08d0017acec89b7f
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jun
1
30
May
29
25
24
23
21
18
17
15
14
11
10
9
8
4
3
2
1
30
Apr
26
25
24
23
18
17
16
13
12
11
10
9
4
3
29
Mar
28
27
Merge branch 'add-notice' into 'master'
master
master
chore: add deprecation notice
Merge branch 'fix-packages-submission' into 'master'
fix(server-submission): add missing packages to package.json
Merge branch 'author-details-update' into 'master'
feat: update author details page with orcid prefill button
Merge branch 'refactor-submission-page' into 'master'
refactor: move submission and form logic up to submission page
Merge branch 'fix-upload-validation' into 'master'
fix: file upload form validation
Merge branch 'local-package-names' into 'master'
refactor: update local npm package names
Merge branch 'error-page' into 'master'
Merge branch '138-fix-perms' into 'master'
test: add prop-type validation and test for bad prop
feat: error page
Remove the user specification so that the correct permissions are used.
Merge branch 'science-beam' into 'master'
feat: send manuscripts to ScienceBeam for conversion
Merge branch '41-dropzone-molecule' into 'master'
refactor(ui): small changes to FileUpload molecule based on review
fix(ui): fix jest path for app tests
style(ui): use theme colorFurniture for Upload icon
refactor(ui): refactor FileUpload molecule based on review decisions
Merge branch '119-e2e-validation-error' into 'master'
Merge branch 'proper-dummy-test-manuscript' into 'master'
test: check that validation message appears & prevents submission of author details page
refactor: change notation from slashes to surrounding speech marks
Merge branch '51-orcid-api' into 'master'
Merge branch '106-e2e-login-test' into 'master'
test: intercept the request to orcid for fetching user details with replay
refactor: fix failing e2e tests by adding correct orcid & access token across test setup
refactor: check for mock db before running the beforeAll & afterAll hooks in jest setup
test: separate pre-population and changing of author details & add orchid id & access token
test(e2e): check that author details are pre-populated
refactor: move successful http-mocks into 'success' folder
refactor: prevent object mutation when using lodash.merge in createSubmission & updateSubmission
WIP refactor: request user details from orchid within createSubmission mutation & test for orchid error
refactor: add first and last name to orcid fetch request, move files to auth folder & write test
refactor: move orcid fetchDetails into auth folder