Andrew Shu
|
35c8c827cb
|
Revert some SCSS changes to fix Ansible provisioning
|
3 months ago |
Andrew Shu
|
3ed7dedbc5
|
Update Node.js to 22 in Ansible
|
3 months ago |
Andrew Shu
|
962d6322c8
|
Update stylelint to 16.24.0 (was 15.11.0)
* https://github.com/stylelint/stylelint/blob/16.24.0/docs/migration-guide/to-16.md
* https://www.npmjs.com/package/@stylistic/stylelint-plugin
|
3 months ago |
Andrew Shu
|
b3bc19bada
|
Update stylelint to 15.11.0 (was 14.16.1)
https://github.com/stylelint/stylelint/blob/15.11.0/docs/migration-guide/to-15.md
|
3 months ago |
Andrew Shu
|
5aa04ab62d
|
Update stylelint to 14.16.1 (was 13.13.1)
* https://github.com/stylelint/stylelint/blob/14.16.1/docs/migration-guide/to-14.md
* https://www.npmjs.com/package/stylelint-config-standard-scss
|
3 months ago |
Andrew Shu
|
5e46c93106
|
Update stylelint to 13.13.1 (was 12.0.1)
|
3 months ago |
Andrew Shu
|
afc561cc51
|
Update stylelint to 12.0.1 (was 11.1.1)
|
3 months ago |
Andrew Shu
|
820dae0286
|
Update stylelint to 11.1.1 (was 10.1.0)
|
3 months ago |
Andrew Shu
|
02710c2070
|
Run npm audit fix
|
4 weeks ago |
Andrew Shu
|
28d108e5be
|
Add .prettierignore file
|
3 months ago |
Andrew Shu
|
d7aa69139b
|
Run prettier on JS files
$ node node_modules/.bin/prettier static/js/ --write
|
3 months ago |
Andrew Shu
|
e506098622
|
Set type module in package.json
Silences eslint.config.js warning MODULE_TYPELESS_PACKAGE_JSON
|
3 months ago |
Andrew Shu
|
3efe1d0f01
|
Update eslint and prettier npm packages
Involves migrating eslint configuration to eslint.config.js
https://eslint.org/docs/latest/use/configure/migration-guide#migrate-your-config-file
|
3 months ago |
Andrew Shu
|
dd783d53e6
|
Run npm audit fix
|
4 weeks ago |
talklittle
|
b9f7fb9379
|
Upgrade Marshmallow to 4.0
See merge request tildes/tildes!171
|
4 weeks ago |
Andrew Shu
|
cffcf9a296
|
Revert "Tildes API | Read-Only Endpoints"
This reverts commit 7d285e94e8.
Defer JSON API to v1.102
|
4 weeks ago |
Andrew Shu
|
8415241f03
|
Revert "Remove is_ prefix from API schema property names"
This reverts commit b6441b555f.
Defer JSON API to v1.102
|
4 weeks ago |
Andrew Shu
|
81e958daca
|
Revert "Fix redis consumers crashing due to relative path error"
This reverts commit 230f096c3d.
Defer JSON API to v1.102
|
4 weeks ago |
Andrew Shu
|
f2b71d40e3
|
Revert "Serve swagger-ui assets from npm package"
This reverts commit 9175db5cde.
Defer JSON API to v1.102
|
4 weeks ago |
Andrew Shu
|
b03dab6f54
|
Revert "Mark some API properties as nonnull"
This reverts commit 834294ecac.
Defer JSON API to v1.102
|
4 weeks ago |
talklittle
|
4e6eee4da9
|
Update Pygments to 2.19.2 (was 2.9.0)
See merge request tildes/tildes!174
|
3 months ago |
talklittle
|
834294ecac
|
Mark some API properties as nonnull
See merge request tildes/tildes!167
|
4 months ago |
talklittle
|
9175db5cde
|
Serve swagger-ui assets from npm package
See merge request tildes/tildes!169
|
4 months ago |
Bauke
|
cf5b9939f3
|
Fix Boussole initial compile and watcher issues
See merge request tildes/tildes!163
|
4 months ago |
talklittle
|
230f096c3d
|
Fix redis consumers crashing due to relative path error
See merge request tildes/tildes!168
|
4 months ago |
talklittle
|
b6441b555f
|
Remove is_ prefix from API schema property names
See merge request tildes/tildes!166
|
4 months ago |
Polle
|
7d285e94e8
|
Tildes API | Read-Only Endpoints
See merge request tildes/tildes!160
|
4 months ago |
Bauke
|
7526911212
|
Update dependencies
See merge request tildes/tildes!162
|
4 months ago |
talklittle
|
f7db52a4a5
|
Update Black to 25.1.0
See merge request tildes/tildes!161
|
4 months ago |
talklittle
|
4a31380fad
|
Support Unicode 16.0 emoji via unicodedata2 package
See merge request tildes/tildes!159
|
5 months ago |
Andrew Shu
|
f6c97ac9db
|
Fix code block formatting in CONTRIBUTING.md
|
5 months ago |
Andrew Shu
|
09a5943225
|
Update CONTRIBUTING.md to reflect versioned Git branch setup
|
5 months ago |
Andrew Shu
|
6a0d9b40e0
|
Bump Docker version in GitLab CI
|
5 months ago |
Bauke
|
a004d031e9
|
Rework disallowing self bans by using the user ACL instead.
|
9 months ago |
Bauke
|
863c3d998e
|
Disallow a user from banning themselves.
Closes tildes-community/tildes-cf#9
See merge request tildes-community/tildes-cf!12
|
10 months ago |
Simon Lundström
|
24d3f829cd
|
Add RFC4685 replies link to Atom feed
|
2 years ago |
Andrew Shu
|
495c6da890
|
Update GitLab CI to run on staging-* and develop-* versioned branches
|
5 months ago |
Andrew Shu
|
e6e9661e35
|
Set tildes version to 1.100.0 in package.json
This is an arbitrary version number to reflect the
beginning of our new git branch versioning setup.
|
5 months ago |
Andrew Shu
|
0a9a1669e3
|
Run GitLab CI on "staging" and "develop" branches
|
10 months ago |
Bauke
|
d16a537059
|
Hide the inner <details> text from comment excerpts but include the <summary> text.
Closes tildes-community/tildes-cf#4
See merge request tildes-community/tildes-cf!13
|
10 months ago |
talklittle
|
3a857108d2
|
Restore project APT repos which are more up-to-date than Debian repo
Closes tildes-community/tildes-cf#31
See merge request tildes-community/tildes-cf!15
|
10 months ago |
talklittle
|
6e85d8fef4
|
Run GitLab CI pipeline on merge requests
See merge request tildes-community/tildes-cf!14
|
10 months ago |
talklittle
|
ba25720681
|
Skip linkify escaped username reference
Closes tildes-community/tildes-cf#12
See merge request tildes-community/tildes-cf!10
|
11 months ago |
talklittle
|
0f1658fe06
|
Disable default redis service from APT
See merge request tildes-community/tildes-cf!11
|
11 months ago |
talklittle
|
65bf6af141
|
Install prebuilt Redis and cmark-gfm from APT
See merge request tildes-community/tildes-cf!9
|
11 months ago |
talklittle
|
4210b1e3e8
|
Use prebuilt Python 3.11 instead of building Python 3.9
Closes tildes-community/tildes-cf#14
See merge request tildes-community/tildes-cf!8
|
11 months ago |
talklittle
|
58784c4465
|
Reload gunicorn from cronjob, delete gunicorn_reloader
Closes tildes-community/tildes-cf#3
See merge request tildes-community/tildes-cf!6
|
11 months ago |
Andrew Shu
|
b97eaed93c
|
Use better defaults for vagrant user in Dockerfile
The adduser script is recommended over useradd in Debian.
Sets Bash as default shell instead of /bin/sh, in particular.
Closes tildes-community/tildes-cf#18
See merge request tildes-community/tildes-cf!7
|
11 months ago |
Andrew Shu
|
49f2c09258
|
Tell user to reboot Docker container after initial provisioning
This is needed so systemd services are properly monitored
by systemctl3.py in the Docker container.
Closes tildes-community/tildes-cf#13
See merge request tildes-community/tildes-cf!4
|
11 months ago |
Bauke
|
cb6c1ea43d
|
Fix the Pyramid debug toolbar not being accessible in the Docker-based Vagrant environment.
Closes tildes-community/tildes-cf#8
See merge request tildes-community/tildes-cf!3
|
11 months ago |