Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade gitlab CI, docs, and various scripts from postgresql 11 to 13 | Bryan Newbold | 2022-01-26 | 1 | -1/+1 |
| | | | | | | | | Expecting few if any compatibility issues with this transition. Actually upgrading the production databases will be some work, but will hopefully yield disk savings from changes in the B-Tree index on-disk format. | ||||
* | gitlab-ci: install newer version of pipenv, via IA .deb file | Bryan Newbold | 2022-01-26 | 1 | -0/+2 |
| | |||||
* | gitlab CI: use focal base image for CI run | Bryan Newbold | 2022-01-26 | 1 | -7/+6 |
| | |||||
* | gitlab CI: cleanups | Bryan Newbold | 2020-12-22 | 1 | -4/+20 |
| | |||||
* | gitlab CI: explicitly use xenial tag of image | Bryan Newbold | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | Revert "gitlab CI: explicitly use xenial tag of image" | Bryan Newbold | 2020-12-11 | 1 | -1/+1 |
| | | | | This reverts commit dbfc6e9bacaab4960e814192d66eefea87ef8930. | ||||
* | gitlab CI: explicitly use xenial tag of image | Bryan Newbold | 2020-12-11 | 1 | -1/+1 |
| | |||||
* | run flake8 in CI | Bryan Newbold | 2020-05-22 | 1 | -0/+1 |
| | |||||
* | Add missing packages to Dockerfile and CI file | Bryan Newbold | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | ci: don't re-build/install commands if existing | Bryan Newbold | 2020-04-16 | 1 | -2/+2 |
| | |||||
* | ci: only build postgres feature for diesel | Bryan Newbold | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | ci: switch to fatcat-test-base Docker image | Bryan Newbold | 2020-04-16 | 1 | -1/+1 |
| | | | | Goal is to speed up CI runs. | ||||
* | CI: add libpq-dev (for diesel build) | Bryan Newbold | 2020-04-16 | 1 | -1/+1 |
| | | | | Not sure why things build without this. | ||||
* | get gitlab-ci working with python3.7 | Bryan Newbold | 2020-04-13 | 1 | -2/+2 |
| | | | | | | Required updating to newer 'buster' Debian distro, and a newer rust release to work around a Docker/OCI containerization issue with older docker images. | ||||
* | bump required rust to 1.36 | Bryan Newbold | 2019-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | This isn't a fatcat rust requirement, but instead a diesel requirement, via rust-smallvec, which in v1.0 uses the alloc crate: https://github.com/servo/rust-smallvec/issues/73 I think the reason this came up now is that diesel-cli is an application and doesn't have a Cargo.lock file, and the build was updated. Using some binary mechanism to install these dependencies would be more robust, but feels like a yak shave right now. | ||||
* | update gitlab-ci to rust 1.34 | Bryan Newbold | 2019-12-03 | 1 | -1/+1 |
| | | | | | Apparently the rust:1.34-stretch image is gone from docker hub, and this was causing CI errors. | ||||
* | disable dependency caching (for now) | Bryan Newbold | 2019-09-13 | 1 | -6/+8 |
| | |||||
* | CI: add df commands to debug out-of-space | Bryan Newbold | 2019-09-13 | 1 | -0/+4 |
| | |||||
* | update all other mentions of python client lib | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | update required rust to 1.34+ | Bryan Newbold | 2019-08-26 | 1 | -1/+1 |
| | | | | | | Will most likely bump to 1.39 or whatever async/await lands in later this year, but for now requiring at least the version debian buster (current stable) ships with. | ||||
* | try cargo path tweak again | Bryan Newbold | 2019-06-20 | 1 | -1/+2 |
| | |||||
* | keep cargo home on the path | Bryan Newbold | 2019-06-20 | 1 | -0/+1 |
| | |||||
* | try caching/globals in gitlab-ci | Bryan Newbold | 2019-06-20 | 1 | -14/+16 |
| | |||||
* | build deployable artifacts | Bryan Newbold | 2019-06-20 | 1 | -10/+26 |
| | |||||
* | fix typo in gitlab-ci.yml | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | try to fix tagged release gitlab CI builds | Bryan Newbold | 2019-04-09 | 1 | -0/+3 |
| | |||||
* | update rust_build_release CI config | Bryan Newbold | 2019-03-15 | 1 | -1/+4 |
| | |||||
* | update dev setup instructions | Bryan Newbold | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | CI pylint wants specific files, I guess | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | | | | | | To fix: error while code parsing: Unable to load file tests/__init__.py" | ||||
* | run pylint over python tests | Bryan Newbold | 2019-02-22 | 1 | -1/+1 |
| | |||||
* | target rust 1.32 | Bryan Newbold | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | run python_client tests in CI | Bryan Newbold | 2019-01-09 | 1 | -1/+3 |
| | |||||
* | bump gitlab CI rust version to 1.31 (rust 2018) | Bryan Newbold | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | have rust rests use env.example (not CI-specific vars) | Bryan Newbold | 2019-01-08 | 1 | -3/+1 |
| | |||||
* | run basic CLI tests in CI | Bryan Newbold | 2019-01-08 | 1 | -0/+2 |
| | |||||
* | add dummy key to gitlab CI env | Bryan Newbold | 2018-12-31 | 1 | -0/+3 |
| | |||||
* | add libsodium-dev as a dep | Bryan Newbold | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | need libsnappy-dev for CI | Bryan Newbold | 2018-12-10 | 1 | -1/+1 |
| | |||||
* | oops, I meant pylint, not pytest | Bryan Newbold | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | fix gitlab pytest -E | Bryan Newbold | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | at least some pylint | Bryan Newbold | 2018-11-15 | 1 | -2/+2 |
| | |||||
* | bump rust and postgres versions | Bryan Newbold | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | need to specify binary for 'cargo run' now | Bryan Newbold | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | attempt at fixing tests (by running API in background) | Bryan Newbold | 2018-06-04 | 1 | -14/+13 |
| | |||||
* | fix another CI typo | Bryan Newbold | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | try to fix CI again | Bryan Newbold | 2018-05-27 | 1 | -3/+3 |
| | |||||
* | try to fix gitlab-ci | Bryan Newbold | 2018-05-25 | 1 | -1/+5 |
| | |||||
* | update gitlab-ci to run rust tests | Bryan Newbold | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | only build artifacts for tagged builds | Bryan Newbold | 2018-05-16 | 1 | -3/+11 |
| | |||||
* | yet more gitlab-ci | Bryan Newbold | 2018-05-16 | 1 | -0/+4 |
| |