Andrii Verbytskyi
65ade690a3
chore: fixed merge conflicts
2024-10-09 16:58:32 +02:00
RhodeCode Admin
1c99ac6b7f
chore(makefile): updated makefile data
2024-08-28 23:53:10 +02:00
RhodeCode Admin
2a94fb6ab1
chore: makefile, cleanup node_modules before generating a new ones
2024-07-23 14:08:35 +02:00
RhodeCode Admin
13fb9daf67
chore: makefile, cleanup node_modules before generating a new ones
2024-07-23 14:08:35 +02:00
Andrii Verbytskyi
146f6d361a
merge: Resolved conflicts
2024-07-18 17:15:54 +02:00
RhodeCode Admin
0eaacd34a0
makefiles: synced makefiles
2024-06-04 17:19:57 +02:00
RhodeCode Admin
64f674caf5
make: synced makefiles
2024-05-29 09:54:27 +02:00
RhodeCode Admin
4462f85332
fix(configs): removed waitress as a default runner for web service on development.
...
One of the big issues discovered receantly was due to waitress vs gunicorn differences on handling
requests. Since gunicorn has a nice dev mode with code reloader we should use it as a default runner so
we can avoid such issues in the past where dev setup runned different workers than production.
2024-05-29 09:47:57 +02:00
RhodeCode Admin
112de0ec6d
makefile: allow starting gunicorn with workers=N command
2024-05-22 15:36:20 +02:00
Andrii Verbytskyi
338376372c
fixed permissions for pip cache folder
2024-05-08 13:08:59 +02:00
RhodeCode Admin
216e86d96e
dev(makefile): hide prompt info on dev sh env
2024-03-01 11:43:04 +01:00
RhodeCode Admin
8b9833b740
docs: updated docs build for 5.0.X
2024-02-26 13:42:24 +01:00
RhodeCode Admin
ec1b6d985c
chore(dev): print dev help cmd for nicer startup
2024-02-22 13:11:18 +01:00
RhodeCode Admin
14f45d7839
chore(dev): updates to makefile
2024-01-29 18:42:40 +01:00
RhodeCode Admin
719ae001e0
feat(upgrade): added feature to bulk upgrade hooks from 4.X -> 5.X fixes RCCE-34
2024-01-29 12:15:15 +01:00
RhodeCode Admin
49911056f3
fix(permission-flush): use delete method for permission cache invalidation as it's multi-process safe.
...
Fixes RCCE-23
2024-01-12 15:25:27 +01:00
RhodeCode Admin
2f2bd05734
chore(dev): fix web-build command
2023-12-19 12:59:14 +01:00
RhodeCode Admin
ac490e81d9
dev(static-files): new way of building static files
2023-12-19 09:04:49 +01:00
RhodeCode Admin
5ff53d7f74
chore(dev): fixed makefile
2023-12-05 10:00:13 +01:00
RhodeCode Admin
3f6a53ec6b
dev(dev-shell): improvements to dev shell env
2023-12-01 09:29:00 +01:00
RhodeCode Admin
470e35909c
dev(makefile): added sh shortcut for faster launch of dev env and shell
2023-11-28 09:41:32 +01:00
RhodeCode Admin
5ef431b3af
dev(shell): make the shell use zshrc and better autocomplete
2023-11-23 09:36:07 +01:00
RhodeCode Admin
42606f970b
feat(docs): new docs build logic
...
- remove nix
- use docker container
- install latest google analytics
2023-11-17 10:46:07 +01:00
RhodeCode Admin
30953604b1
dev(makefile): added dev shell prompt
2023-11-07 09:42:22 +01:00
RhodeCode Admin
33443e229e
makefile: added some helpers
2023-10-20 11:49:45 +02:00
RhodeCode Admin
02b7fd344c
makefile: added ruff check
2023-10-09 12:44:25 +02:00
RhodeCode Admin
dd61323584
configs: added small fixes into gunicorn configs
2023-08-16 15:55:42 +02:00
RhodeCode Admin
7520876fa4
makefile: mark huli image to generate grunt files
2023-07-28 09:42:09 +02:00
RhodeCode Admin
3082b74880
makefile: always cleanup build dir
2023-07-26 16:14:46 +02:00
RhodeCode Admin
7149466aa8
makefile: updated with latest changes, added gunicorn serve
2023-07-17 14:55:35 +02:00
RhodeCode Admin
f04c86e6d3
deps: make dev-env build faster and bump all libs to latest versions
2023-05-11 11:54:16 +02:00
RhodeCode Admin
296a407411
makefile: fixed installing vcsserver for tests
2023-03-17 14:07:14 +01:00
RhodeCode Admin
2a3710dab4
makefile: change install order of deps
2023-03-08 14:53:11 +01:00
RhodeCode Admin
4fd59e6128
makefile: added dev-env command
2023-03-06 14:57:05 +01:00
RhodeCode Admin
b712900e53
packages: removed nix files
2023-03-06 13:03:18 +01:00
RhodeCode Admin
5a6f7608d6
merge with default
2023-03-06 12:58:49 +01:00
RhodeCode Admin
064168c52f
makefile: remove nix stuff, added self-document version
2023-03-06 12:55:11 +01:00
Milka Kuzminski
37b37ce7d8
makefile: updated
2020-12-29 11:05:55 +01:00
Marcin Kuzminski
847c8b496f
packaging: updated JS dependencies with new node2nix and nodejs12
2020-05-12 11:49:52 +02:00
Marcin Kuzminski
2ae82b544e
nix: added custom build to allow turning off the sandbox
2020-05-15 08:57:01 +02:00
Marcin Kuzminski
c4bd55edf6
packaging: switched to nix 20.03 packages and latest pip2nix code
...
- dependencies changed:
atomicwrites==1.4.0
ipython==5.10.0
pytest==4.6.9
py==1.8.1
pytest-cov==2.8.1
pytest-sugar==0.9.3
pytest-runner==5.2.0
rhodecode-tools==2.0.0
ipython==5.10.0
mysqlclient==1.4.6 (change from mysql-python, which is deprecated)
mako==1.1.2
lxml==4.5.0
click==7.1.2
2020-05-11 14:20:30 +02:00
Marcin Kuzminski
fb9b7ad345
makefile: added outdated packages helper
2020-03-24 17:13:48 +01:00
Marcin Kuzminski
a86f0089a2
makefile: use utf8 for mysql tests
2019-10-08 13:30:46 +02:00
Marcin Kuzminski
80b9d4318d
makefile: cleanup coverage files for test cleanup
2019-07-14 10:08:04 +02:00
Marcin Kuzminski
37457f6c50
makefile: added some handly functions for package generation
2019-02-28 17:44:52 +01:00
Marcin Kuzminski
36b99c2808
makefile: also cleanup .orig files
2019-02-13 13:51:47 +01:00
Marcin Kuzminski
33bec89cad
makefile: added generate packages
2019-02-04 23:44:07 +01:00
Marcin Kuzminski
6f967a47bf
js: use builtin packages for binaries
...
- add webpack
2018-10-25 16:23:55 +02:00
Marcin Kuzminski
fdc6e80b7f
tests: allow running tests via make file on different databases
2017-09-19 18:50:20 +02:00
Marcin Kuzminski
7abac78671
makefile: updated makefile to standard layout
2016-12-12 22:03:30 +01:00