u/bud127/rhodecode-enterprise-ce-fork
main-content.less
409 lines
| 8.2 KiB
| text/x-less
u/wuboo/rhodecode-enterprise-ce-fork-bartek
main-content.less
385 lines
| 7.8 KiB
| text/x-less
u/bud127/rhodecode-enterprise-ce-fork
test_repo_pullrequests.py
1233 lines
| 51.4 KiB
| text/x-python
1 | in target |
2 | pull_request = PullRequest() |
3 | pull_request.source_repo = source |
4 | # TODO:in target |
5 | pull_request = PullRequest() |
6 | pull_request.source_repo = source |
7 | # TODO:in target |
8 | pull_request = PullRequest() |
9 | pull_request.source_repo = source |
10 | # TODO:commit_id=commit_ids['master-commit-3-change-2']) |
11 | |
12 | pull_request.target_repo = target |
u/wuboo/rhodecode-enterprise-ce-fork-bartek
python-packages-overrides.nix
251 lines
| 6.2 KiB
| text/x-nix
... | |
2 | export PYCURL_SSL_LIBRARY=openssl |
3 | '';
|
4 | meta = {
|
5 | # TODO:pyramid = super.pyramid.override (attrs: { |
6 | postFixup = ''
|
7 | wrapPythonPrograms |
8 | # TODO:attrs.propagatedBuildInputs ++ [ |
9 | pkgs.cyrus_sasl
|
10 | pkgs.openldap
|
11 | pkgs.openssl
|
12 | ];
|
13 | # TODO:super.python-pam.override (attrs: |
14 | let
|
15 | includeLibPam = pkgs.stdenv.isLinux; |
u/wuboo/rhodecode-enterprise-ce-fork-bartek
test_repo_files.py
1068 lines
| 39.8 KiB
| text/x-python
u/wuboo/rhodecode-enterprise-ce-fork-bartek
scm.py
907 lines
| 32.0 KiB
| text/x-python
u/wuboo/rhodecode-enterprise-ce-fork-bartek
test_repo_pullrequests.py
1134 lines
| 47.4 KiB
| text/x-python
1 | in target |
2 | pull_request = PullRequest() |
3 | pull_request.source_repo = source |
4 | # TODO:assert pull_request.revisions == [ |
5 | commit_ids['change-2'], commit_ids['change']] |
6 | |
7 | # TODO:in target |
8 | pull_request = PullRequest() |
9 | pull_request.source_repo = source |
10 | # TODO:branch=backend.default_branch_name, |
11 | commit_id=commit_ids['ancestor-new']) |
12 |