Florian
|
a90d3bda14
|
Merge pull request #532 from paperless-ngx/feature-barcode-splitter
Feature barcode splitter
|
2022-04-11 08:51:48 +02:00 |
|
Quinn Casey
|
d884810c0b
|
Chore: Implement release-drafter action for Changelogs (#669)
* Add inital release-drafter config
* Replace release action
* Add collapse-after 3 to dependencies
|
2022-04-08 11:12:19 -07:00 |
|
florian on nixos (Florian Brandes)
|
47cdb3b55b
|
update ci.yml to include new dependency
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
|
2022-04-07 11:14:29 +02:00 |
|
Trenton Holmes
|
28fea5fbed
|
Fixes the Docker image tags
|
2022-04-02 08:48:58 -07:00 |
|
Trenton Holmes
|
67dd2b7ea7
|
Fixes the name and path of the built image so it doesn't duplicate
|
2022-04-01 16:17:22 -07:00 |
|
Trenton Holmes
|
b562d42434
|
Removes the filtering of on:pull_request event types
|
2022-03-30 10:10:36 -07:00 |
|
Trenton Holmes
|
8878b933f8
|
Updates the Dockerfile to utilize our new base image 1.0 which provides the pre-compiled wheels for certain dependencies and most base packages
|
2022-03-30 09:09:50 -07:00 |
|
Trenton Holmes
|
44a9c56e30
|
Updates black version to fix issues
|
2022-03-28 12:23:25 -07:00 |
|
Michael Shamoon
|
c4b7dc8eb0
|
realign frontend ci pipeline
|
2022-03-25 00:49:55 -07:00 |
|
Frank Strieter
|
2b7d5d85df
|
test: run tests in ci
|
2022-03-23 09:24:07 +01:00 |
|
Trenton Holmes
|
50155d55d0
|
Uses a change file action to filter only changed src/ files
|
2022-03-20 21:50:54 +01:00 |
|
Trenton Holmes
|
01731f7255
|
Disables coveralls step for dependabot branches/pulls
|
2022-03-20 21:50:54 +01:00 |
|
Trenton Holmes
|
e450676fcc
|
Adds additional CI checks for the backend and frontend, to complement pre-commit hooks which should already be run
|
2022-03-13 19:37:34 -07:00 |
|
Trenton Holmes
|
12859cff70
|
Changes the pipenv install to be a sync
|
2022-03-13 08:20:40 -07:00 |
|
Trenton Holmes
|
17fd35118e
|
Changes codestyle and documentation steps to use cache as well
|
2022-03-13 08:07:28 -07:00 |
|
Trenton Holmes
|
3bfbc631c0
|
Fixes coveralls not running
|
2022-03-13 08:07:28 -07:00 |
|
Trenton Holmes
|
afafe8395f
|
Removes duplicated install of pipenv, changes to use pipx as per the official example
|
2022-03-13 08:07:28 -07:00 |
|
Trenton Holmes
|
81fe7f5bc0
|
Updates GHA to use the setup-python pipenv caching
|
2022-03-13 08:07:28 -07:00 |
|
Quinn Casey
|
86c3206234
|
Fix failed docker run on multi-tags
|
2022-03-10 14:58:28 -08:00 |
|
Quinn Casey
|
8ad5557835
|
[skip ci] Add variable body to fix incorrect changelog
|
2022-03-05 14:49:52 -08:00 |
|
Quinn Casey
|
b0efac1295
|
Fix close paren
|
2022-03-04 12:29:34 -08:00 |
|
Quinn Casey
|
f9f4705bb4
|
Ensure build isn't skipped on beta tag
|
2022-03-04 12:28:03 -08:00 |
|
Quinn Casey
|
52168e106a
|
Tag on beta to prerelease
|
2022-03-04 09:15:59 -08:00 |
|
Quinn Casey
|
cdcb09532e
|
Move build-docker-image before release pipeline
|
2022-03-04 08:36:13 -08:00 |
|
Quinn Casey
|
7c5939790c
|
Add beta to docker build
|
2022-03-04 08:31:17 -08:00 |
|
Quinn Casey
|
253b385b07
|
Fix "incorrect type" YAML error
|
2022-03-02 12:18:29 -08:00 |
|
Marc Schaefer
|
fdcb4ea4d1
|
Switch ci.yml from ng to ngx
|
2022-03-02 21:00:43 +01:00 |
|
Quinn Casey
|
2ad8cf8e1f
|
Update paperless-ng to paperless-ngx
|
2022-03-02 11:18:17 -08:00 |
|
Quinn Casey
|
01d0d0e019
|
CI: Fix multi stage builds (#190)
* Try fixing build error
* --upgrade instead of --update
* Attempt to fix timeout
* Try build qpdf on arm64
* Revert "Try build qpdf on arm64"
This reverts commit 42823a4d28a7922c2a1c74803514d279caf1b8ec.
* Format
* Try with libqpdf-dev install
* Move libqpdf-dev install to else
* Try with correct uname
* Run docker container to extract frontend
Co-authored-by: Johann Bauer <bauerj@bauerj.eu>
|
2022-03-01 12:48:26 -08:00 |
|
Quinn Casey
|
cb9e7b2dad
|
Merge branch 'dev' into feature-black
|
2022-02-28 07:31:52 -08:00 |
|
Quinn Casey
|
34d4c17bc2
|
Merge pull request #161 from stumpylog/multistep-build
Refactor: Do the npm compile as a Build step in docker (Multistep build)
|
2022-02-28 06:09:17 -08:00 |
|
kpj
|
a14f180524
|
Make pycodestyle ignore E203
See https://github.com/psf/black/issues/315 for more details.
|
2022-02-27 15:46:12 +01:00 |
|
kpj
|
495647c113
|
Run pycodestyle with --max-line-length=88 to match black's defaults
|
2022-02-27 15:42:26 +01:00 |
|
kpj
|
e54367cfc5
|
Run black on all files in project root
|
2022-02-27 15:36:16 +01:00 |
|
kpj
|
e27749bc9d
|
Remove --verbose parameter from black call
|
2022-02-27 15:33:10 +01:00 |
|
kpj
|
f3fc4a9fcf
|
Fix wrong job name in CI dependency list
|
2022-02-27 15:30:49 +01:00 |
|
kpj
|
f0ffc69010
|
Add GitHub Actions workflow to check black formatting
|
2022-02-27 15:21:20 +01:00 |
|
Johann Bauer
|
680d1f2126
|
Fix Armv7 Docker build
|
2022-02-26 13:43:48 +01:00 |
|
Toxix
|
e2809a48c2
|
Feat adjust github pipeline for docker frontend artifacts
This should allow to use docker building the frontend artifacts and
reusing them in the bare metal release.
|
2022-02-25 14:23:40 -08:00 |
|
Quinn Casey
|
228ce36a30
|
Merge pull request #144 from paperless-ngx/tags-ngx
Make CI build from tags starting with ngx-
|
2022-02-24 08:02:41 -08:00 |
|
Johann Bauer
|
df4ae9f0cd
|
Fix build-docker-image CI step
|
2022-02-24 16:43:57 +01:00 |
|
Johann Bauer
|
ce2c62e060
|
Make CI build from tags starting with ngx-
|
2022-02-24 15:19:25 +01:00 |
|
Johann Bauer
|
6cd3bf0cea
|
Drop support for Python 3.7 (#142)
|
2022-02-24 15:07:30 +01:00 |
|
Yannic Schroeder
|
9e2c1ed77b
|
Update nodejs version in CI
Angular does not allow nodejs version 15.
|
2022-02-20 00:16:38 +01:00 |
|
Quinn Casey
|
9cd42a7de9
|
Revert "CI: Build and tag container on PRs"
|
2022-02-19 12:44:53 -08:00 |
|
Quinn Casey
|
ef52fbfd20
|
Merge pull request #79 from paperless-ngx/ci-build-container-on-prs
CI: Build and tag container on PRs
|
2022-02-18 06:25:11 -08:00 |
|
Quinn Casey
|
c623da75d9
|
Build and tag container on PRs
|
2022-02-17 12:24:46 -08:00 |
|
Quinn Casey
|
68918c7422
|
Fix image name
|
2022-02-16 08:24:12 -08:00 |
|
Quinn Casey
|
51d4bcc41f
|
Use github container registry
|
2022-02-16 07:15:22 -08:00 |
|
jonaswinkler
|
ad6157e140
|
switch to python 3.9
|
2021-08-18 17:47:53 +02:00 |
|