Commit Graph
1828 Commits
Author SHA1 Message Date
John Davis e7408dcd98 Wrap session.flush in populate_uuid script 2023-06-09 13:05:26 -04:00
John Davis 96e534122d Wrap session.flush in cleanup_datasets script 2023-06-09 13:05:26 -04:00
mvdbeek 01a1755027 Merge branch 'release_23.0' into dev 2023-06-08 18:36:41 +02:00
mvdbeek 06c8fc073d Add --skip-existing flag to twine upload 2023-06-08 16:53:38 +02:00
mvdbeek e2169c6597 Drop workaround for old docutils 2023-06-06 17:26:27 +02:00
mvdbeek 368dfb3119 Merge branch 'release_23.0' into dev 2023-06-06 15:55:12 +02:00
Marius van den Beek 5c2460608b Merge pull request #16195 from mvdbeek/quit_if_branches_not_updated
[23.0] Assert that local branches are up to date in release point script
2023-06-06 15:53:54 +02:00
mvdbeek 7056942682 Fail if local branch doesn't match remote branch 2023-06-06 15:04:43 +02:00
mvdbeek e2e7cbc3f4 Make point release script compatible with docutils 0.16 2023-06-05 16:02:17 +02:00
mvdbeek 73413b1627 Merge branch 'release_23.0' into dev 2023-06-01 15:19:47 +02:00
John Chilton 2103eb0b8e Converge release process auth discovery. 2023-05-30 13:11:27 -04:00
Nicola Soranzo afc11e2ebc Merge branch 'release_23.0' into dev 2023-05-30 17:49:58 +01:00
mvdbeek a4f43ca6f9 Drop package_repository argument, just use TWINE_REPOSITORY_URL 2023-05-28 11:15:59 +02:00
mvdbeek c4548d0a84 --no-build-packages 2023-05-28 11:15:59 +02:00
mvdbeek 521d144ebd Fix twine upload command 2023-05-28 11:15:59 +02:00
mvdbeek ebf5b73594 Set default galaxy-root option to CWD 2023-05-28 11:15:59 +02:00
mvdbeek cc7e90211b Fix no_confirm logic 2023-05-28 11:15:59 +02:00
mvdbeek f1d0be7ef9 Fail on build errors 2023-05-28 11:15:59 +02:00
mvdbeek 4464ef9248 Implement pushing to upstream git url 2023-05-28 11:15:58 +02:00
mvdbeek 20a28bf2d8 Split functionality into subcommands 2023-05-28 11:15:58 +02:00
mvdbeek 93dae39806 Ensure that merges will not conflict 2023-05-28 11:15:58 +02:00
mvdbeek d8e62f8f5a Add script for creating (point) releases
Still working on it, but it's minimally useful already.
2023-05-28 11:15:57 +02:00
Nicola Soranzo 940ff9fe36 Test first startup on macOS also with Python 3.11
- Allow passing GALAXY_CONDA_PYTHON_VERSION environment variable to
  the startup script to specify the Python version to use when
  creating the `_galaxy_` conda environment.
- Some Shellcheck fixes.
2023-05-12 15:45:39 +01:00
John Davis 84743c4786 Add --repair argument to upgrade/downgrade commands on db_dev script 2023-04-26 08:53:35 -04:00
Nicola Soranzo 64af46c4ae Fix new B018 errors raised by ruff 0.0.260 2023-04-13 16:53:01 +01:00
Dannon Baker af8154126e Merge branch 'release_23.0' into 'release_23.1' 2023-04-11 09:10:43 -04:00
Dannon Baker f94e5521ba Fix release script to be compatible with YY.X dates
TODO: make this flexible enough to handle 24.X, but we need to
discuss the rest of the process
2023-04-10 16:51:05 -04:00
Nicola Soranzo c655360e4e Merge branch 'release_23.0' into dev 2023-04-05 12:39:43 +01:00
Nicola Soranzo bee3d2e7ac Merge branch 'release_22.05' into release_23.0 2023-04-03 16:31:48 +01:00
Nicola Soranzo c3139f246d Fix UP031 errors reported by ruff 2023-03-29 08:55:54 +01:00
Dannon Baker 9b1301e6ae Apply black to forward merge 2023-03-27 10:51:25 -04:00
Dannon Baker caaa3e4f62 Joinedload replaces eagerload 22.05 forward 2023-03-27 10:17:11 -04:00
Dannon Baker f959f05b97 Merge remote-tracking branch 'upstream/release_22.01' into release_22.05 2023-03-27 10:01:59 -04:00
mvdbeek 756d047e1c Merge branch 'release_23.0' into dev 2023-03-06 18:08:05 +01:00
mvdbeek d97adf6359 Fix slugified dataset display
Fixes https://github.com/galaxyproject/galaxy/issues/15676.
2023-03-03 18:39:34 +01:00
John Chilton 6d91292beb Lint fixes... 2023-02-21 14:18:57 -05:00
John Chilton f7a4992b4b Implement quota tracking options per ObjectStore. 2023-02-19 10:33:21 -05:00
John Davis a402107486 Drop old TS scripts 2023-02-08 00:36:56 -05:00
John Davis 1dd03218bd Edit db wrapper scripts for consistency, add TS script 2023-02-08 00:33:48 -05:00
John Davis e08e1aaa9f Drop tool shed bootstrapping scripts and references to them 2023-02-08 00:33:48 -05:00
Nicola Soranzo bc15e2c63b Merge branch 'release_23.0' into dev 2023-02-02 01:28:48 +00:00
Nicola Soranzo 30f60493c3 Format Python code with black 23.1.0
with manual fixes to 3 files to make them compatible with black 22.12.0 .

We need to keep black pinned at `<23` until we vendorise `packaging`, since
the new version of black depends on `packaging >=22.0` which is the version
where `LegacyVersion` (which we use for tool lineages) was removed.
2023-02-01 23:51:03 +00:00
John Chilton 235ef39f16 deployment testing 2023-01-26 13:45:42 -05:00
Dannon Baker 9b6dd967c2 Basic client installation command added 2023-01-20 10:19:48 -05:00
Nicola Soranzo 9ddea92375 Update lists of non-passing CWL conformance tests
for the cwl-1.0 branch.

- `dynamic_initial_workdir` and `dynamic_resreq_filesizes` now pass.
- 7 non-passing tests have been given a label upstream.
2023-01-17 17:40:11 +00:00
Nicola Soranzo 39c0000c1b Bump minimum pip version to 20.3 . Ignore `--replace-pip and --no-replace-pip` startup options
Pip 20.3 added support for PEP 600, i.e. manylinux wheels using platform
tags of the form "manylinux_${GLIBCMAJOR}_${GLIBCMINOR}_${ARCH}". Fix
installation of dependencies like pysam 0.20.0 wheels, which otherwise need
to be built from source and can fail as reported by @assuntad23 in
https://gist.github.com/assuntad23/3022db63a6878f044a209961dd40e592

Also:
- Install `wheel` to fix warning like `Using legacy setup.py install for
  beaker, since package 'wheel' is not installed.`
- Drop unnecessary `defaults` channel from conda commands.
- Fix "SC2223: This default assignment may cause DoS due to globbing. Quote
  it." errors reported by `shellcheck -x` .
2023-01-17 15:01:38 +00:00
John Davis dd553e805f Fix maintenance script bug 2022-12-16 10:15:21 -05:00
John Chilton 4a619eacad Small fixes to YAML export of OpenAPI schema. 2022-12-12 19:44:19 -05:00
Nicola Soranzo ee7d51f2f5 Merge branch 'release_22.05' into dev 2022-12-09 11:36:00 +00:00
mvdbeek 6f1fb8640f Update release-process with building package instructions 2022-12-08 14:57:05 +01:00