Syed Paymaan Raza
392bad2bd3
More copyright end year updates ( #11556 )
2024-08-05 14:00:32 -07:00
Syed Paymaan Raza
c3e7542cda
Update end year in copyright header
2024-08-02 09:40:11 -07:00
A.J. Beamon
0035d9c519
Merge pull request #10074 from sfc-gh-ajbeamon/apply-black-format
...
Apply black format to most Python files
2023-05-02 08:20:47 -07:00
dependabot[bot]
a3fe347ae1
Bump flask from 1.1.1 to 2.3.2 in /packaging/docker/samples/python/app
...
Bumps [flask](https://github.com/pallets/flask ) from 1.1.1 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/1.1.1...2.3.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 21:13:28 +00:00
A.J. Beamon
182dc93ebd
Apply black format to most Python files, excluding a few cases where we have Python 2 files and a few files written externally. Add external files as exclusions to the precommit checks.
2023-04-28 11:46:41 -07:00
sfc-gh-tclinkenbeard
a71099471b
Update copyright header dates
2022-03-21 13:36:23 -07:00
falsandtru
5a846bddd5
Fix download addresses
2021-08-13 02:17:42 +09:00
Johannes M. Scheuermann
003ab13da2
Update Python Docker sample app
2020-10-08 15:29:27 +02:00
John Brownlee
eba2b4528e
Use an older FDB library in the python sample app to support testing upgrades from 6.1 to 6.2.
2020-02-01 17:51:54 -08:00
John Brownlee
52ee2ec815
Add additional client libraries to the sample python app to show how to prepare for upgrades.
...
Skip the creating of the cluster file in the sample python app if it exists and is non-empty.
Document that we have published the sample python app image.
2020-01-29 12:05:37 -08:00
Pierre Zemb
be2b97a0e9
Fix python sample using docker-compose
2019-12-14 15:25:33 +01:00
Alec Grieser
7b12374a87
Fixes #1690 : Server docker image hard-codes 4500 in a few places
...
This makes the default public port for starting FDB processes the same as the FDB_PORT. This is probably necessary given #1714 , especially for coordinators, though it might not be necessary for other processes in the cluster. This can *almost* be used to start up multiple FDB processes locally and then access them from the same machine, but that (unfortunately) requires both the other processes in the docker compose network and the host machine to agree on what IP to use for the coordinator. But as that machine has different IPs in those networks, they cannot be made to agree.
2019-06-18 18:36:12 -07:00
John Brownlee
60908f77cb
Combine multiple run commands into one command in the dockerfile.
...
Add more copyright headers to the docker sample files.
Make the cluster file creation logic in the docker image into a function.
2018-11-14 08:13:43 -08:00
John Brownlee
dac41b8059
Adds support for basic locality information in the docker image.
...
Adds support for custom process classes in the docker image.
Makes the scripts more robust against some variations in the environment.
2018-10-16 11:02:12 -07:00
John Brownlee
ab60d9413f
Adds a sample docker-compose setup that uses the new docker image.
2018-09-09 16:29:10 -07:00