Skip to content
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

Core download formats #32

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1cc667a
Fix viewing files
Jan 7, 2021
7cc3150
Latest LTS Node.js release
Jan 7, 2021
0e69996
Allow to import a core
Jan 8, 2021
9d01e88
Addition of a lemma
Jan 16, 2021
cf8f827
Added textual variation type
Jan 24, 2021
9fcd786
Merge pull request #1 from dylan275/variations
dylan275 Jan 24, 2021
e40af2e
Update variations
Jan 27, 2021
154edac
Update current entry
Jan 28, 2021
47aebe2
Merge pull request #2 from dylan275/variations
dylan275 Jan 28, 2021
72f0d57
Core viewing window
Jan 31, 2021
3af12be
Merge pull request #3 from dylan275/viewingCore
dylan275 Jan 31, 2021
67f53c5
Editable core
Feb 6, 2021
86b2643
View HTML core
Feb 7, 2021
e829620
Merge pull request #4 from dylan275/viewingCore
dylan275 Feb 7, 2021
555ef9a
Start adding HTML format for downloading the core
Feb 7, 2021
2e92b47
Merge pull request #5 from dylan275/coreDownloadFormats
dylan275 Feb 7, 2021
e80a210
JSDoc comments
Feb 9, 2021
8592b24
JSDoc
Feb 9, 2021
60456c2
Merge pull request #6 from dylan275/JSDoc
dylan275 Feb 9, 2021
4a6304a
Merge pull request #7 from dylan275/master
dylan275 Feb 9, 2021
9a9fd32
Start adding PDF format for downloading the core
Feb 13, 2021
ce3ec72
Merge pull request #8 from dylan275/coreDownloadFormats
dylan275 Feb 13, 2021
a60b35a
Start colors variations
Feb 14, 2021
92a3f1e
Merge pull request #9 from dylan275/colorsVariations
dylan275 Feb 14, 2021
c9bb45c
Fix variations
Feb 17, 2021
f1c2811
Merge pull request #10 from dylan275/master
dylan275 Feb 17, 2021
d40b3bb
End colors variations
Feb 18, 2021
d87826e
Merge pull request #11 from dylan275/colorsVariations
dylan275 Feb 18, 2021
5eb18a9
Updates
Feb 20, 2021
be43d74
Fixes
Feb 24, 2021
c0fc645
Merge pull request #12 from dylan275/master
dylan275 Feb 28, 2021
0564f64
End HTML and PDF formats for downloading the core
Feb 28, 2021
c11c133
Minor fixes
Mar 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
dist
node_modules

node_modules
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: node_js

node_js:
- "5"
- "lts/*"

before_script:
- npm install -g gulp

script:
- gulp
addons:
sonarcloud:
organization: "dylan275"

script:
- gulp
- sonar-scanner -Dsonar.projectKey=dylan275_coreBuilder
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ With this tool you can:
**Check out the [live app](http://raffazizzi.github.io/coreBuilder) and read the [wiki](https://github.com/raffazizzi/coreBuilder/wiki) for more examples.**

## Building coreBuilder
<a href="#" id="status-image-popup" title="build status image" name="status-images" class="open-popup" data-ember-action="1090">
<img src="https://travis-ci.org/TEIC/CETEIcean.svg" alt="build:passed">
</a>
[![Build Status](https://travis-ci.com/dylan275/coreBuilder.svg?branch=master)](https://travis-ci.com/dylan275/coreBuilder)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dylan275_coreBuilder&metric=alert_status)](https://sonarcloud.io/dashboard?id=dylan275_coreBuilder)

If you want to run your own instance of coreBuilder, you'll have to build the JavaScript code.

Expand Down
Loading