Brandon Tripp
|
00e0ccd7a4
|
The uniqueSlug charmap option was set to the multicharmap in order to keep the modified german umlaut settings to overide the internal settings for other diacritics. The test cases strings were extended to improve coverage of diacritic removal.
|
2021-01-20 18:49:04 -07:00 |
|
Moriz Wahl
|
9130b2bb50
|
Merge pull request #4154 from Ocelot-Social-Community/hot-fix.invite-codes
bug: hotfix for invite codes
|
2021-01-20 22:20:02 +01:00 |
|
Moriz Wahl
|
828ba7547f
|
Merge pull request #4134 from Ocelot-Social-Community/remove-categories
refactor: Disable Categories
|
2021-01-20 18:54:26 +01:00 |
|
Moriz Wahl
|
95a423a33a
|
hotfix for invite codes
|
2021-01-20 18:49:51 +01:00 |
|
|
|
d5a5b5f692
|
kubernetes planning
|
2021-01-20 17:00:17 +01:00 |
|
|
|
0081219926
|
remove unit tests - its too complicated for this PR
|
2021-01-20 15:15:26 +01:00 |
|
|
|
9f09c9f2fb
|
define remaining envs required
|
2021-01-20 15:07:55 +01:00 |
|
|
|
cb27c737ee
|
env in docker run command
|
2021-01-20 15:02:07 +01:00 |
|
|
|
42b9446d0a
|
define env variable in ci.yml
|
2021-01-20 14:53:48 +01:00 |
|
|
|
b9aa51edf3
|
try using sepperat commands
|
2021-01-20 14:44:40 +01:00 |
|
|
|
022f87e0c2
|
try to copy .env template
|
2021-01-20 14:36:52 +01:00 |
|
|
|
87db5ae31e
|
- corrected docu
- run unit test correctly for backend
|
2021-01-20 14:24:15 +01:00 |
|
|
|
d53ec6e05d
|
corrected yml syntax error
|
2021-01-20 14:17:41 +01:00 |
|
|
|
f7cb81f52a
|
include unit tests in github ci
|
2021-01-20 14:14:17 +01:00 |
|
|
|
ac3f330fd0
|
refactor some documentations
|
2021-01-20 14:04:25 +01:00 |
|
|
|
c41d32d527
|
- fixed node_modules running out of sync since they are on a volume for development docker builds
|
2021-01-20 13:43:22 +01:00 |
|
Moriz Wahl
|
8a4f64e030
|
Merge pull request #4125 from Ocelot-Social-Community/invite-codes
feat: Invite codes
|
2021-01-20 12:47:11 +01:00 |
|
Moriz Wahl
|
b5fc711521
|
remove-categories merged conflicts
|
2021-01-20 01:46:04 +01:00 |
|
Brandon Tripp
|
c8ac972e20
|
Linting fix.
|
2021-01-19 15:38:21 -07:00 |
|
|
|
a2fb94a7de
|
- CI: use build image instead of development, since development must be bound to a local volume with the source files
|
2021-01-19 23:32:31 +01:00 |
|
|
|
36afad0a67
|
-fix CI
|
2021-01-19 23:28:10 +01:00 |
|
|
|
3b3ff8ab03
|
- removed unused docker-compose files
|
2021-01-19 23:18:52 +01:00 |
|
|
|
33b8b001d7
|
- remove yarn run dev command since its part of the dockerfile for the production stage
|
2021-01-19 23:18:52 +01:00 |
|
|
|
cbf799d265
|
- build community edition of neo4j
|
2021-01-19 23:18:52 +01:00 |
|
|
|
0715310089
|
- refactor neo4j dockerfile
- support build stages community & enterprise
|
2021-01-19 23:18:52 +01:00 |
|
|
|
c9a5df0cd6
|
- fixed build version in webapp and backend
|
2021-01-19 23:18:52 +01:00 |
|
|
|
a662fed961
|
- override all image names for development
- structuring comment for service blocks
|
2021-01-19 23:18:52 +01:00 |
|
|
|
b25af045db
|
- include maintenance in production environment
|
2021-01-19 23:18:52 +01:00 |
|
|
|
7cc003602f
|
- docker-compose definition order
|
2021-01-19 23:18:52 +01:00 |
|
|
|
2518e38582
|
- webapp Dockerfile
- cleanup backend Dockerfile
- docker-compose cleanup
- docker-compose networks
- docker-compose for production, docker-compose.override for development
- security
- todos
|
2021-01-19 23:18:52 +01:00 |
|
|
|
269e38b56e
|
backend dockerfile and compose seem to be pretty solid now
|
2021-01-19 23:18:52 +01:00 |
|
|
|
0523c88bb8
|
- fixed docker compose for backend
- changed backend port to 4000
- removed volume from development build stage
|
2021-01-19 23:18:52 +01:00 |
|
|
|
a4e4d5d74e
|
New Dockerfile for the backend
|
2021-01-19 23:18:52 +01:00 |
|
Brandon Tripp
|
da99ee596e
|
Linting for code changes.
|
2021-01-19 14:51:19 -07:00 |
|
Brandon Tripp
|
4c8eeb506e
|
A charmap added for slug to transliterate the german umlauts and the spanish enya. The package was updated but does not accept the setting properly.
|
2021-01-19 14:51:19 -07:00 |
|
Brandon Tripp
|
9d19eab35b
|
linting adjustment.
|
2021-01-19 14:51:19 -07:00 |
|
Brandon Tripp
|
a5da718bb0
|
A slight change to the test cases to make sure the encoding is working for German and Spanish.
|
2021-01-19 14:51:19 -07:00 |
|
Brandon Tripp
|
e22e15bc77
|
Changed the uniqueSlug setting to include the deutsch locale to properly handle umlauts and tests.
|
2021-01-19 14:51:19 -07:00 |
|
Moriz Wahl
|
df327c6a3d
|
remove categories: clean up backend
|
2021-01-19 17:40:02 +01:00 |
|
Moriz Wahl
|
c179b0a12f
|
remove categories: clean up
|
2021-01-19 17:40:02 +01:00 |
|
Moriz Wahl
|
f73c40c252
|
removed categories from posts
|
2021-01-19 17:40:02 +01:00 |
|
Moriz Wahl
|
2777e337f8
|
invite codes. typo in factory
|
2021-01-19 17:22:36 +01:00 |
|
Moriz Wahl
|
f34f66fe82
|
invite codes: fixed typo, createdAt and ID is required
|
2021-01-19 17:15:28 +01:00 |
|
dependabot-preview[bot]
|
413a03fa6d
|
Bump stack-utils from 2.0.1 to 2.0.3 in /webapp
Bumps [stack-utils](https://github.com/tapjs/stack-utils) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/tapjs/stack-utils/releases)
- [Commits](https://github.com/tapjs/stack-utils/compare/v2.0.1...v2.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2021-01-19 02:32:09 +00:00 |
|
Moriz Wahl
|
fcf6b95121
|
Merge pull request #4146 from Ocelot-Social-Community/revert-tipptapp-extensions
Revert "Bump tiptap-extensions from 1.28.8 to 1.34.0 in /webapp"
|
2021-01-19 03:28:50 +01:00 |
|
Moriz Wahl
|
44f43663b0
|
Revert "Bump tiptap-extensions from 1.28.8 to 1.34.0 in /webapp"
This reverts commit a72e3e3747b37f66b4a6033ee719e324e5dea278.
|
2021-01-18 18:55:01 +01:00 |
|
Moriz Wahl
|
ea3a97f5bc
|
Merge branch '4124-switch-user-role' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 4124-switch-user-role
|
2021-01-18 17:38:37 +01:00 |
|
Moriz Wahl
|
190f9ba322
|
setup for switch iser role as admin
|
2021-01-18 17:37:57 +01:00 |
|
Moriz Wahl
|
88c9bf00d4
|
Merge branch '4124-switch-user-role' of https://github.com/Ocelot-Social-Community/Ocelot-Social into 4124-switch-user-role
|
2021-01-18 17:32:53 +01:00 |
|
Moriz Wahl
|
78ed32fa4b
|
setup for switch iser role as admin
|
2021-01-18 17:32:19 +01:00 |
|