38
.github/ISSUE_TEMPLATE.md
vendored
38
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,38 +0,0 @@
|
|||||||
<!-- BUG REPORT TEMPLATE -->
|
|
||||||
|
|
||||||
## Steps to Reproduce
|
|
||||||
<!-- Describe the steps leading up to when / where you found the bug. -->
|
|
||||||
<!-- Screenshots may be helpful here. -->
|
|
||||||
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
## Expected Behaviour
|
|
||||||
<!-- What should have happened when you completed the steps above? -->
|
|
||||||
|
|
||||||
## Observed Behaviour
|
|
||||||
<!-- What actually happened when you completed the steps above? -->
|
|
||||||
<!-- Screenshots may be helpful here. -->
|
|
||||||
|
|
||||||
## Context
|
|
||||||
<!-- How has this issue affected you? What were you trying to accomplish? -->
|
|
||||||
|
|
||||||
## Technical Info
|
|
||||||
<!-- Provide any technical details that may be applicable (or N/A if not applicable). -->
|
|
||||||
|
|
||||||
* URL:
|
|
||||||
* Browser Name and version:
|
|
||||||
* Operating System and version (desktop or mobile):
|
|
||||||
* Signed in as:
|
|
||||||
* Project and/or file:
|
|
||||||
|
|
||||||
## Analysis
|
|
||||||
<!--- Optionally, document investigation of / suggest a fix for the bug, e.g. 'comes from this line / commit' -->
|
|
||||||
|
|
||||||
## Who Needs to Know?
|
|
||||||
<!-- If you want to bring this to the attention of particular people, @-mention them below. -->
|
|
||||||
<!-- If a user reported this bug and should be notified when it is fixed, provide the Front conversation link. -->
|
|
||||||
|
|
||||||
-
|
|
||||||
-
|
|
||||||
45
.github/PULL_REQUEST_TEMPLATE.md
vendored
45
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,45 +0,0 @@
|
|||||||
<!-- Please review https://github.com/overleaf/write_latex/blob/master/.github/CONTRIBUTING.md for guidance on what is expected in each section. -->
|
|
||||||
|
|
||||||
### Description
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Screenshots
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Related Issues / PRs
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Review
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Potential Impact
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Manual Testing Performed
|
|
||||||
|
|
||||||
- [ ]
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
#### Accessibility
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Deployment
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Deployment Checklist
|
|
||||||
|
|
||||||
- [ ] Update documentation not included in the PR (if any)
|
|
||||||
- [ ]
|
|
||||||
|
|
||||||
#### Metrics and Monitoring
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Who Needs to Know?
|
|
||||||
@@ -20,4 +20,4 @@ WORKDIR /app
|
|||||||
RUN chmod 0755 ./install_deps.sh && ./install_deps.sh
|
RUN chmod 0755 ./install_deps.sh && ./install_deps.sh
|
||||||
ENTRYPOINT ["/bin/sh", "entrypoint.sh"]
|
ENTRYPOINT ["/bin/sh", "entrypoint.sh"]
|
||||||
|
|
||||||
CMD ["node", "--expose-gc", "app.js"]
|
CMD ["node","app.js"]
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
|||||||
# This file was auto-generated, do not edit it directly.
|
# This file was auto-generated, do not edit it directly.
|
||||||
# Instead run bin/update_build_scripts from
|
# Instead run bin/update_build_scripts from
|
||||||
# https://github.com/sharelatex/sharelatex-dev-environment
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||||
# Version: 1.1.10
|
# Version: 1.1.9
|
||||||
|
|
||||||
BUILD_NUMBER ?= local
|
BUILD_NUMBER ?= local
|
||||||
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
--script-version=1.1.10
|
|
||||||
clsi
|
|
||||||
--node-version=6.14.1
|
|
||||||
--acceptance-creds=None
|
|
||||||
--language=coffeescript
|
|
||||||
--dependencies=mongo,redis
|
|
||||||
--docker-repos=gcr.io/overleaf-ops
|
|
||||||
--kube=false
|
|
||||||
--build-target=docker
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# This file was auto-generated, do not edit it directly.
|
# This file was auto-generated, do not edit it directly.
|
||||||
# Instead run bin/update_build_scripts from
|
# Instead run bin/update_build_scripts from
|
||||||
# https://github.com/sharelatex/sharelatex-dev-environment
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||||
# Version: 1.1.10
|
# Version: 1.1.9
|
||||||
|
|
||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# This file was auto-generated, do not edit it directly.
|
# This file was auto-generated, do not edit it directly.
|
||||||
# Instead run bin/update_build_scripts from
|
# Instead run bin/update_build_scripts from
|
||||||
# https://github.com/sharelatex/sharelatex-dev-environment
|
# https://github.com/sharelatex/sharelatex-dev-environment
|
||||||
# Version: 1.1.10
|
# Version: 1.1.9
|
||||||
|
|
||||||
version: "2"
|
version: "2"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"url": "https://github.com/sharelatex/clsi-sharelatex.git"
|
"url": "https://github.com/sharelatex/clsi-sharelatex.git"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile:app": "([ -e app/coffee ] && coffee -m $COFFEE_OPTIONS -o app/js -c app/coffee || echo 'No CoffeeScript folder to compile') && ( [ -e app.coffee ] && coffee -m $COFFEE_OPTIONS -c app.coffee || echo 'No CoffeeScript app to compile')",
|
"compile:app": "([ -e app/coffee ] && coffee $COFFEE_OPTIONS -o app/js -c app/coffee || echo 'No CoffeeScript folder to compile') && ( [ -e app.coffee ] && coffee $COFFEE_OPTIONS -c app.coffee || echo 'No CoffeeScript app to compile')",
|
||||||
"start": "npm run compile:app && node $NODE_APP_OPTIONS app.js",
|
"start": "npm run compile:app && node $NODE_APP_OPTIONS app.js",
|
||||||
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 30000 --exit $@ test/acceptance/js",
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 30000 --exit $@ test/acceptance/js",
|
||||||
"test:acceptance": "npm run compile:app && npm run compile:acceptance_tests && npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
"test:acceptance": "npm run compile:app && npm run compile:acceptance_tests && npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
||||||
|
|||||||
Reference in New Issue
Block a user