Commit graph

40 commits

Author SHA1 Message Date
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
Marcin Kuzminski
dd6b87f6c5 make: updated docs make commands. 2016-12-06 20:36:38 +01:00
Martin Bornhold
2ac52574a5 dev-env: Remove flake8 target from makefile.
We previously removed flake8 from our development environment.
This is a follow up which removes it also from the makefile.
2016-10-11 14:21:25 +02:00
Marcin Kuzminski
d37b54ff54 makefile: disable linting tests, they should be executed manually if required 2016-07-06 15:45:11 +02:00
Marcin Kuzminski
2deb73cf70 makefile: added commands to quickly build docs. 2016-05-25 10:00:27 +02:00
Marcin Kuzminski
9a0d8c0b77 project: added all source files and assets 2016-05-24 15:56:53 +02:00