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

absorb database into common #40

Open
wants to merge 105 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
5185b31
npm audit fix
iggi42 May 10, 2019
b64e278
config tag_editor on port 4040 in dev
iggi42 May 10, 2019
8890cdb
setup up the controller for modlists
iggi42 May 13, 2019
a4f5f4a
improve database setup
iggi42 May 13, 2019
01fa5c0
add modlists to the data model
iggi42 May 13, 2019
4c0a9f5
(try to) fix abc_seeds
iggi42 May 13, 2019
f764f7a
(try to) fix abc_seeds
iggi42 May 13, 2019
0ee22e4
make ModFile a simple string (e.g. a url)
iggi42 May 13, 2019
b7c9a05
fix tags in abc_seeds (and merge local)
iggi42 May 13, 2019
c81a7f0
remove unused variables in abc_seeds
iggi42 May 14, 2019
f999477
Merge branch 'feature/basic-tag-editor' of github.com:Belethors-Gener…
iggi42 May 14, 2019
19398f2
remove unnecessary relation from mod_file to mod for embedding
iggi42 May 15, 2019
4fd69f6
remove useless comments
iggi42 May 15, 2019
f7d1b67
add schema <-> struct transformation and make ModFile naming consistent.
iggi42 May 15, 2019
ff67381
make "desc" used consistent as "description"
iggi42 May 15, 2019
e656945
correct function name
iggi42 May 17, 2019
10017a8
start working on the database interface itself
iggi42 May 17, 2019
345a264
npm audit fix
iggi42 May 10, 2019
f3b20fc
config tag_editor on port 4040 in dev
iggi42 May 10, 2019
08b1cdd
setup up the controller for modlists
iggi42 May 13, 2019
2baead0
improve database setup
iggi42 May 13, 2019
eb24f99
add modlists to the data model
iggi42 May 13, 2019
99593fd
(try to) fix abc_seeds
iggi42 May 13, 2019
9e58f60
(try to) fix abc_seeds
iggi42 May 13, 2019
d48c14c
make ModFile a simple string (e.g. a url)
iggi42 May 13, 2019
b4aa58f
remove unused variables in abc_seeds
iggi42 May 14, 2019
042ff05
remove unnecessary relation from mod_file to mod for embedding
iggi42 May 15, 2019
6e38992
remove useless comments
iggi42 May 15, 2019
c744f1a
add schema <-> struct transformation and make ModFile naming consistent.
iggi42 May 15, 2019
bda033f
make "desc" used consistent as "description"
iggi42 May 15, 2019
179ab46
correct function name
iggi42 May 17, 2019
255db6d
start working on the database interface itself
iggi42 May 17, 2019
e70915b
Merge branch 'feature/basic-tag-editor' of github.com:Belethors-Gener…
iggi42 Sep 12, 2019
a07bab5
Merge branch 'feature/basic-tag-editor' of github.com:Belethors-Gener…
iggi42 Sep 27, 2019
d0450e7
absorb database into common
iggi42 Sep 27, 2019
a6b41d8
update docs
iggi42 Sep 27, 2019
7365dbe
well, some docs were missing
iggi42 Sep 27, 2019
ae8a30a
fix import warnings
iggi42 Sep 27, 2019
fdb778d
mix format
iggi42 Sep 27, 2019
d58aa68
fix dialyzer warning
iggi42 Sep 27, 2019
b431ad1
update docs
iggi42 Sep 27, 2019
1d5bcde
add postgres to travis
iggi42 Sep 27, 2019
95769c2
add modlist fully to the database
iggi42 Sep 30, 2019
f53924a
npm update
iggi42 Oct 1, 2019
603e9e4
add bgm logo from design
iggi42 Oct 1, 2019
539f015
working on mod crud
iggi42 Oct 1, 2019
1729ed6
working modlist
iggi42 Oct 1, 2019
dd17fe5
add elm to tag editor
iggi42 Oct 15, 2019
da7e26c
wip switching workstation
iggi42 Oct 15, 2019
4a03729
Merge branch 'feature/basic-tag-editor' of github.com:Belethors-Gener…
iggi42 Oct 15, 2019
a6c380d
ignore elm-stuff
iggi42 Oct 16, 2019
852a781
more progress on the elm code base
iggi42 Oct 19, 2019
f0703f2
ignore elm-stuff folder
iggi42 Oct 22, 2019
abf0a10
more elm webform wip
iggi42 Oct 22, 2019
7c8171e
Merge branch 'feature/basic-tag-editor' of github.com:Belethors-Gener…
iggi42 Oct 22, 2019
c11df67
fix npm vulns, node 12 compat
skwerlman Oct 22, 2019
fbe89e2
upgrade elm webpack loader to fix a vuln
iggi42 Oct 24, 2019
a148518
wip on elm form to edit a mod. (mostly done)
iggi42 Nov 6, 2019
a4942c5
dirty push to mess with
iggi42 Nov 6, 2019
81e20f5
fix form with (a little dirty) jsonp trick.
iggi42 Nov 6, 2019
b6c6fa9
add real urls for my test abc seed.
iggi42 Nov 6, 2019
1d166f5
fix checkboxes and add attr path to the elm form
iggi42 Nov 7, 2019
6b037ca
fix checkboxes in form put
iggi42 Nov 7, 2019
a96c322
enable debugging verbose logging in development env
iggi42 Nov 7, 2019
07ef3b4
represent the boolean values as html selects
iggi42 Nov 7, 2019
460ac62
use single select radio buttons for boolean attributes in form
iggi42 Nov 10, 2019
64a8b3e
add a little documentation to Utils/Html.elm
iggi42 Nov 10, 2019
a6ee1b4
allow modfiles to be deleted
iggi42 Nov 10, 2019
ac56546
mix format
iggi42 Nov 10, 2019
5fa0db4
delete unrequired templates
iggi42 Nov 10, 2019
d5cfd1e
start using tags in the elm webform (not done)
iggi42 Nov 10, 2019
978b289
remove not required template
iggi42 Nov 14, 2019
fe8ed1f
make tagging mods functional (but butthurt ugly)
iggi42 Nov 19, 2019
bee5268
upgrade to nodejs12 and install elm-format and elm-test
iggi42 Nov 20, 2019
75c13b1
add json encoder
iggi42 Nov 23, 2019
ed7cf1f
some elm test stuff (wip)
iggi42 Nov 23, 2019
90cd540
fix stupid error
iggi42 Nov 23, 2019
74940cc
json encode and decode fuzz tests
iggi42 Nov 23, 2019
f0e77bf
make travis use elm-test (please?)
iggi42 Nov 24, 2019
3a8ce50
elm-format everything :)
iggi42 Nov 24, 2019
162c28a
mix format
iggi42 Nov 24, 2019
e73b9a5
another travis test
iggi42 Nov 24, 2019
2174a4f
try to make elm-test and elm-format work in travis
iggi42 Nov 25, 2019
599a875
install elm for elm-test and elm-format
iggi42 Nov 25, 2019
a34b289
make elm-format error messages a human text not json
iggi42 Nov 25, 2019
9baf15a
revert pretty error msg for elm-format
iggi42 Nov 25, 2019
93c450d
fix elm-format test cases
iggi42 Nov 25, 2019
2912db1
fix a bunch of compiler warnings
iggi42 Nov 28, 2019
f5ea5bf
more small stuff
iggi42 Nov 28, 2019
5eff11a
fix credoo issues and remove hello world test
iggi42 Nov 30, 2019
a21015e
use form_for/4 for dialyzer
iggi42 Dec 4, 2019
1ed8a6a
update docs
iggi42 Dec 6, 2019
ad31656
basic moddb implementation
iggi42 Dec 6, 2019
6337c7f
wip on ModDB and tests
iggi42 Dec 16, 2019
cdfce4d
update docs
iggi42 Dec 17, 2019
5e64d11
wip on moddb and clean_changes
iggi42 Dec 17, 2019
5733dd5
fix changeset sets
iggi42 Jan 3, 2020
a89a05a
mix docs
iggi42 Jan 3, 2020
40449dc
fix mod crud test
iggi42 Jan 3, 2020
f051d94
mix format
iggi42 Jan 3, 2020
eb8ea50
start working on relation changes
iggi42 Feb 10, 2020
2ce6547
npm update && npm audit fix
iggi42 Mar 18, 2020
e20d4d4
fix postgres authentication in the dev env
iggi42 Mar 19, 2020
255c04b
update docs
iggi42 Mar 28, 2020
bc7c80e
write moddb tests with string keys and implement the change protcol more
iggi42 Mar 28, 2020
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
Prev Previous commit
Next Next commit
npm audit fix
  • Loading branch information
iggi42 committed Jul 2, 2019
commit 345a26424bd3c9b39528473c54cd91f7cad9bfc7
6 changes: 3 additions & 3 deletions apps/tag_editor/assets/package.json
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^4.5.0",
"css-loader": "^0.28.10",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.4.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "4.4.0",
"webpack-cli": "^2.0.10"
"webpack-cli": "^3.3.2"
}
}