Commit Graph
2121 Commits
Author SHA1 Message Date
John Davis d6d3aa5897 Merge remote-tracking branch 'upstream/release_24.0' into dev 2024-05-20 21:43:14 -04:00
John Davis 396797d18f Fix typos in release documentation 2024-05-20 14:57:49 -04:00
John Chilton b598bff3e0 Big warning box about distributed object stores being required. 2024-05-20 12:19:01 -04:00
John Chilton 29ea0ba522 Implement many PR comments around Vue stuff and docs. 2024-05-20 12:19:01 -04:00
John Chilton f95da89b3d Implement file source templates 2024-05-20 12:18:47 -04:00
Nicola Soranzo 6a834329bc Small refinements and fixes to new release process doc
Follow-up on https://github.com/galaxyproject/galaxy/pull/17680 .
2024-05-17 12:03:06 +01:00
Dannon 8adfb7e7b5 Merge pull request #17680 from dannon/release-management-doc
Addition of release process doc
2024-05-16 14:47:55 -04:00
John Davis f2317ad76f Add missing link 2024-05-14 16:06:51 -04:00
John Davis ca08db632b Edit minor releases section 2024-05-14 15:59:40 -04:00
John Davis 5c0901cf06 Make minor edits based on suggestions from code review 2024-05-14 15:54:10 -04:00
John Davis fb29f2f7a9 Update doc/source/project/releases.rst 2024-05-14 15:48:58 -04:00
John Davis 076f298a99 Merge pull request #18079 from jdavcs/dev_userless_history_script_and_tests
Script for deleting userless histories from database + testing + drop unused model testing code
2024-05-14 13:48:24 -04:00
John Davis 3904681f40 Provide an example of ISO format 2024-05-14 13:47:35 -04:00
John Davis 77d8d61e90 Add documentation 2024-05-13 22:17:21 -04:00
John Davis 54bb8a9a06 Fix bug in admin/container docs section title markup 2024-05-13 21:03:39 -04:00
tianzedavid 04bfa209e7 chore: remove repetitive words
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
2024-05-02 21:30:03 +08:00
Nicola Soranzo 0629908541 Fix new UP031 errors from ruff 0.4.2 2024-04-29 00:09:38 +01:00
Nicola Soranzo 1d64120a00 Merge branch 'release_24.0' into dev 2024-04-25 14:32:52 +01:00
mvdbeek f26e90f712 Log start and end of request
Configurable via `use_access_logging_middleware`.
Looks like this:

```
galaxy.webapps.base.api DEBUG 2024-04-23 17:14:43,776 [pN:main,p:73562,tN:MainThread] GET /history/current_history_json?since=2024-04-22T17:24:13.936493 f8c75e2c-30eb-4fcb-9b96-25bd4b2df435
galaxy.webapps.base.api DEBUG 2024-04-23 17:14:48,719 [pN:main,p:73562,tN:MainThread] GET /history/current_history_json?since=2024-04-22T17:24:13.936493 f8c75e2c-30eb-4fcb-9b96-25bd4b2df435 200
galaxy.webapps.base.api DEBUG 2024-04-23 17:14:51,767 [pN:main,p:73562,tN:MainThread] GET /history/current_history_json?since=2024-04-22T17:24:13.936493 2fe6094c-67bb-4144-a19f-cbb4a1b18fb4
galaxy.webapps.base.api DEBUG 2024-04-23 17:14:51,786 [pN:main,p:73562,tN:MainThread] GET /history/current_history_json?since=2024-04-22T17:24:13.936493 2fe6094c-67bb-4144-a19f-cbb4a1b18fb4 200
galaxy.webapps.base.api DEBUG 2024-04-23 17:14:53,139 [pN:main,p:73562,tN:MainThread] GET /api/entry_points?running=true 763693e9-4fd3-4a97-a100-a3c259b4b4c8
```
2024-04-24 17:08:06 +02:00
Martin Cech ffc66f2c28 Merge pull request #17585 from bernt-matthias/admin-doc-data-tables
Add some admin facing docs on data tables
2024-04-18 18:55:55 +02:00
Martin Cech abad770d5a change text in a minor way 2024-04-18 18:55:38 +02:00
davelopez dbdd5bca81 Add dispatch_notifications_interval config option 2024-04-16 17:06:19 +02:00
mvdbeek 6e6ff0367f Merge branch 'release_24.0' into dev 2024-04-12 12:07:18 +02:00
Natalie Whitaker c3f5f59008 Update _thanks.rst to include new socials and remove inactive ones
Updating the _thanks.rst that is associated with the User Release Notes to reflect Galaxy's new social media presence.

Galaxy is no longer active on Twitter and has joined Bluesky and LinkedIn. The new 'thanks' message has been updated to reflect this with the appropriate links to the new socials.
2024-04-11 13:00:33 -04:00
davelopezandNicola Soranzo 3bb49cab8e Move result_backend comment to celery_conf
Co-authored-by: Nicola Soranzo <nicola.soranzo@earlham.ac.uk>
2024-04-11 09:21:27 +02:00
davelopez 514df55323 Add broker and backend defaults as null
This will keep the values in the sample config.
2024-04-10 18:23:52 +02:00
davelopez a739ed1cb8 Rebuild config samples 2024-04-10 17:56:52 +02:00
davelopezandNicola Soranzo 4ec8cef337 Reword sentence
Co-authored-by: Nicola Soranzo <nicola.soranzo@earlham.ac.uk>
2024-04-10 17:03:55 +02:00
davelopez ac526184e8 Make sure data_dir is used for default result backend DB 2024-04-10 15:27:13 +02:00
davelopez 9d9630dc1c Replace sample Celery result_backend in config 2024-04-09 17:33:29 +02:00
Marius van den Beek 1abf45f537 Merge pull request #17918 from davelopez/update_celery_docs
Update config docs about Celery
2024-04-06 16:52:33 +02:00
Martin Cech 06c5762a5c adjust release notes to use the same languag3 as interface 2024-04-05 09:45:34 -07:00
davelopez 2f4bc1a600 Update config docs to mention the celery result_backend 2024-04-05 17:09:28 +02:00
davelopez 9fb43e58b2 Update production docs to mention Celery 2024-04-05 17:08:28 +02:00
davelopez eed755a3f7 Reorder enable_celery_tasks in config schema
This is the main flag and it makes sense to set it before the rest of the configuration.
2024-04-05 16:16:03 +02:00
davelopez d43b826666 Run make config-rebuild 2024-04-05 16:14:24 +02:00
davelopez a6ddaac915 Run make config-rebuild 2024-04-05 11:31:11 +02:00
Nicola Soranzo ed5b0023ff Fix search and version menu in docs
The `html_theme_path` option should not be used any more with
sphinx-rtd-theme since it switches off the theme's ability to
automatically enable the sphinxcontrib-jquery extension, i.e.
jQuery is not loaded in the web pages when building the docs with
Sphinx >=6.

xref: https://github.com/readthedocs/sphinx_rtd_theme/issues/1434#issuecomment-1472671651

Also replace the deprecated `canonical_url` theme option with
Sphinx's `html_baseurl`.

xref: https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html#confval-canonical_url
2024-04-04 02:39:52 +01:00
John Davis 9501826257 Fix release notes
correct links to videos
better images
2024-04-02 22:28:15 -04:00
John Davis feeb74ac51 Merge pull request #17887 from jdavcs/24.0_release_notes
[24.0] Add more last minute PRs to release notes
2024-04-02 14:49:22 -04:00
John Davis a129b651bc Add more last min PRs 2024-04-02 14:40:57 -04:00
John Davis 7284e3eb1d Merge pull request #17610 from jdavcs/24.0_release_notes
[24.0] 24.0 release notes
2024-04-02 14:06:46 -04:00
John Davis 99f31dffb0 Add latest PRs 2024-04-02 14:06:12 -04:00
Laila Los e17e0c0d3a add details to column select feature highlight 2024-04-02 19:03:55 +02:00
John Davis 4857324a5f Add links to published videos 2024-04-01 15:24:46 -04:00
John Davis b9c94ceb6e Add alt text to figures 2024-04-01 14:05:42 -04:00
John Davis 86b4345c69 Move image_diff section to main announcement 2024-04-01 10:47:51 -04:00
mvdbeek 3669caee17 Merge branch 'release_23.2' into release_24.0 2024-03-28 09:29:33 +01:00
John DavisandHelena aa715e4edc Update doc/source/releases/24.0_announce_user.rst
Co-authored-by: Helena <hexylena@galaxians.org>
2024-03-26 08:18:32 -04:00
John DavisandHelena 89d4f9cf4d Update doc/source/releases/24.0_announce_user.rst
Co-authored-by: Helena <hexylena@galaxians.org>
2024-03-26 08:17:57 -04:00