Commit Graph

10 Commits

Author SHA1 Message Date
Michael Bahr
e85028b8bd
fix: update links for dev docs (#62758)
* fix: license checker info is in docs-legacy

* fix: update remaining dev links
2024-05-17 13:47:34 +02:00
Camden Cheek
1ead945267
Docs: update links to point to new site (#60381)
We have a number of docs links in the product that point to the old doc site. 

Method:
- Search the repo for `docs.sourcegraph.com`
- Exclude the `doc/` dir, all test fixtures, and `CHANGELOG.md`
- For each, replace `docs.sourcegraph.com` with `sourcegraph.com/docs`
- Navigate to the resulting URL ensuring it's not a dead link, updating the URL if necessary

Many of the URLs updated are just comments, but since I'm doing a manual audit of each URL anyways, I felt it was worth it to update these while I was at it.
2024-02-13 00:23:47 +00:00
david-sandy
30a4bdd581
Update Postgres to 12.7 (#31933)
* Update postgres 12.7

Update due to this issue: 
https://nvd.nist.gov/vuln/detail/CVE-2021-32027

* Renamed DIr

Updated dir name for postgres new version

* Update postgres references

* Update postgres references

* Update Postgres references

* Updated Postgres references

* Updated postgres references

Not sure about line 70 with the tag postgres-12.6:21-03-26_5d7084279

* Updated postgres references

* Updated Postgres References

* run go generate ./...

* Reference Changes

* Updated 12-7 reference

* Updated reference

* Updated reference

* Updated reference

* Updated reference

* Updated reference

* Updated permissions

Updated permissions

* Run go generate .

* Added change for Postgres

* Added change # to postgres change

* Update changelog

* Fix file permissions

* Updated postgres reference from 12.6 to 12.7

Co-authored-by: Keegan Carruthers-Smith <keegan.csmith@gmail.com>
Co-authored-by: Crystal Augustus <crystal.augustus@sourcegraph.com>
2022-03-03 14:39:52 -06:00
Robert Lin
143b21086a
sg: use docker volumes by default in redis-postgres, fix args (#27258) 2021-11-09 09:21:33 -08:00
Robert Lin
de175e3843
dev/sg: fix redis-postgres persistence (#25476) 2021-09-29 07:57:55 -04:00
Milan Freml
27a380928c
doc: Clear up quickstart step order (#24098)
* doc: Clear up quickstart step order

swap step 2 (DB initialization) and step 3 (Run docker) in our quickstart
make `With docker` the first section in the DB initialization

1. We need to install docker anyway, so we might as well do it before initializing the DB
2. It is easier to init the DB with docker, because it’s just 2 commands vs a lot if we do not run docker.
3. We are not following a natural order of things, if we allow using docker in step 2 and then basically require to install it in step 3

* Fix step index numbers for swapped steps

* Fix broken links
2021-08-24 09:27:45 +02:00
Dax McDonald
ae9ea55a73
Source dev database name from env in docker-compose (#23740)
Defaults to sourcegraph
2021-08-13 11:15:54 -07:00
Robert Lin
7f5af4133e
dev: fix redis-postgres (#23711) 2021-08-09 13:16:28 -07:00
Dax McDonald
dc9ca5d053
Local dev with docker-compose (#23537)
* Ensure redis is reachable on localhost from host
* Use sourcegraph images

Co-authored-by: Robert Lin <robert@bobheadxi.dev>

Co-authored-by: Robert Lin <robert@bobheadxi.dev>
2021-08-06 22:11:40 +00:00
Robert Lin
28bf81d927
dev(sg): add 'run redis-postgres' via compose (#22921) 2021-07-20 00:15:00 +08:00