Jonathon Broughton
d1a73f013f
Fix links in README for developer documentation ( #5743 )
...
* Fix links in README for developer documentation
Updated links in README to point to the correct developer documentation.
* Fix README shield links and formatting
Updated shield links and fixed formatting issues.
* Fix HTML encoding in README.md
2026-02-05 09:15:10 +00:00
Mucahit Bilal GOKER
ae3086f681
Update README.md ( #5304 )
...
replace speckle.guide links to docs.speckle.systems
2025-08-26 09:15:46 +01:00
Iain Sproat
a8da9641e9
docs(README): include additional postinstall instruction in README ( #4804 )
2025-05-23 10:27:24 +02:00
Iain Sproat
7e824a8781
chore(docker compose deps & deployment test): use valkey instead of redis ( #4788 )
2025-05-22 10:40:47 +01:00
Iain Sproat
ab06b712a7
Merge branch 'main' into iain/dockerfile-node18-node22
2025-05-12 14:46:40 +01:00
Gergő Jedlicska
427211bf57
Update README.md
2025-04-16 12:10:27 +02:00
Iain Sproat
db7baac746
Merge branch 'main' into iain/dockerfile-node18-node22
2025-02-18 12:51:06 +00:00
Iain Sproat
ec98f8d4cb
chore(fe1): remove deprecated frontend ( #3998 )
...
---------
Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com >
2025-02-18 12:36:52 +00:00
Iain Sproat
aaaf75d151
Merge branch 'main' into iain/dockerfile-node18-node22
2025-02-05 12:16:04 +00:00
Kristaps Fabians Geikins
8d0cbad8b6
feat(server): multi region blob support ( #3653 )
...
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com >
2024-12-10 09:05:18 +00:00
Claire Kuang
bffc5883e3
Update README.md
...
oops, sorry forgot to delete info sections
2024-11-01 18:53:40 +00:00
Claire Kuang
537e62c3b0
Update README.md to use new repo links ( #3430 )
...
https://linear.app/speckle/issue/CNX-699/update-github-links-to-point-to-v3
2024-11-01 19:38:09 +01:00
Iain Sproat
cd3ef0e951
chore(node): bump from 18 to 22
2024-08-16 08:49:34 +01:00
Iain Sproat
9fad4b2d58
docs(README): update contribution instructions to advise pre-commit install ( #2516 )
2024-07-18 11:57:59 +01:00
Iain Sproat
08d1bffdf6
chore(do/1-click): sunset DigitalOcean 1-click app ( #2074 )
2024-06-21 17:26:04 +01:00
Iain Sproat
2c19c621f5
chore(slogan): rephrase interoperability to connectivity ( #2215 )
2024-04-18 19:35:54 +01:00
Benjamin Ottensten
9ab69e3c77
Update link to the web app in the README
2024-03-18 13:29:43 +01:00
Iain Sproat
2f131b9cd5
docs(README): update status badgets ( #1908 )
...
- remove broken or stale badges
- add CircleCI badge
2023-12-12 16:37:21 +00:00
Mani Yadla
6accd9e876
Update README.md ( #1833 )
2023-10-24 17:06:57 +01:00
Iain Sproat
857d08b5bd
fix(README): specify node version 18 ( #1759 )
...
- fix(README): specify node version 18
- address minor markdown linting issues
2023-08-11 10:30:31 +01:00
Iain Sproat
d36a1e8236
fix(README): code block indentations now appear correct ( #1758 )
2023-08-11 10:19:13 +01:00
Iain Sproat
f568f54266
**Breaking Change**: fix(email): from address must be provided by operator if email is enabled ( #1743 ) ( #1745 )
...
This reverts commit 0a795c51f2 .
2023-08-01 11:49:08 +01:00
Iain Sproat
0a795c51f2
Revert "**Breaking Change**: fix(email): from address must be provided by operator if email is enabled ( #1743 )" ( #1744 )
...
This reverts commit 3f9dd5f914 .
2023-08-01 10:13:54 +01:00
Iain Sproat
3f9dd5f914
**Breaking Change**: fix(email): from address must be provided by operator if email is enabled ( #1743 )
...
* fix(email): from address should be an example to be configured by operator
* fix(environment variable): should be 'EMAIL_FROM'
- also uses docker_image_tag of '2', which should be latest in '2' tags
* No sensible defaults, instead validate that it is configured
2023-07-31 17:37:06 +01:00
Iain Sproat
8255015696
Adds gitguardian ggshield pre-commit hook ( #912 )
...
* Adds gitguardian ggshield pre-commit step
* Intended to be run locally and not in CI
* Updates gitguardian config to version 2
2022-10-25 13:41:00 +01:00
Kristaps Fabians Geikins
f5468c2b33
chore: migrating vetur -> volar in VSCode ( #1058 )
...
* chore: migrating vetur -> volar in VSCode
* chore: improved volar workspace configuration
2022-10-05 15:32:24 +03:00
Iain Sproat
c4394ddab9
Chore(pre-commit): Adds helm lint to pre-commit hook ( #852 )
2022-08-09 15:19:45 +01:00
Iain Sproat
427050a15d
chore(pre-commit): Add shellcheck to pre-commit hook ( #850 )
...
* chore(pre-commit): adds shellcheck
* Resolves shellcheck linting issues in existing files
2022-08-09 15:00:51 +01:00
Iain Sproat
1c5964fc41
Add Hadolint to pre-commit ( #848 )
...
* Adds hadolint as pre-commit step
* Addresses all hadolint comments
* Use noninteractive apt-get frontend and clean after install
* dockerfile RUN statements are consolidated to prevent additional layers
* installed packages have pinned versions
* build(circleci): use speckle pre-commit runner with built-in hadolint
* Integrate pre-commit with husky bash script for git pre-commit hooks
* catches errors in bash
* if pre-commit is installed, it is run
* if optional additional binaries are installed, further pre-commit steps are run
* Update README with revised developer instructions
* Adds a pre-commit yarn script
2022-08-09 13:47:02 +01:00
Iain Sproat
df79267fdf
Update .github etc. from latest template ( #901 )
...
* Initial commit
* Create CODE_OF_CONDUCT.md
* Create CONTRIBUTING.MD
* Update CODE_OF_CONDUCT.md
adds authoritative source notice to this repo
* Create ISSUE_TEMPLATE.md
* Update CODE_OF_CONDUCT.md
* Update and rename CONTRIBUTING.MD to CONTRIBUTING.md
* Update README.md
adds basic default social badges - discourse and twitter
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create LICENSE
* Update README.md
* Update README.md
* Update CONTRIBUTING.md
fixes link
* Update CODE_OF_CONDUCT.md
* docs: add slack link and badge
* Update README.md
* fix: link and typos
* fix: more links
* refactor: moved files to .github/ folder
* feat: added PR template
Updated docs to reflect it.
* fix: updated old link
* fix: added yaml frontmatter block to issue template
* docs: removes links to slack
* docs: adds link to docs
* Update README.md
* Create open-issue.yml
* Create close-issue.yml
* Fixes: PR template updated to provide detailed instructions
* Add link to speckle-server contribution guide
* Fix link to relative to the repo pull requests
* Feature: separates issue template into bugs and feature requests
* Provides checklist for both issue templates
* Hides instructions in comments
* Add link to contribution guidelines
* Retain some sections from previous issue template
* checklist is clearer
* style: tidy newlines and other small formatting
* Retain previous README
* Capitalise README to match upstream template (and prevent future git conflicts)
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com >
Co-authored-by: izzy lyseggen <izzy.lyseggen@gmail.com >
Co-authored-by: Matteo Cominetti <matteo@cominetti.org >
Co-authored-by: Alan Rynne <alan@speckle.systems >
Co-authored-by: Alan Rynne <alan@rynne.es >
Co-authored-by: Matteo Cominetti <matteo@speckle.systems >
2022-08-08 11:12:10 +02:00