-
Notifications
You must be signed in to change notification settings - Fork 7
[DOC-603] Simplify Toolchain Configuration handling #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dandimeo
wants to merge
32
commits into
main
Choose a base branch
from
DOC-603
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e1bd791
remove ARANGODB_BRANCH_ expansion in toolchain script init
050c01f
delete unused docker-compose.local file
bde98ad
delete unused hugo.deb and generateApiDocs.py files
dc976af
new toolchain config file
03a6bf2
docker-compose with no ARANGODB_SRC_VERSION variables and no ARANGODB…
9cbca02
Simplified toolchain config working locally
67aaa7c
try new toolchain config on circleci generate
d85f453
fix wrong filling of config.yml from circleci
452d3e6
fix typo config.yml
aa75e7b
new toolchain config for release job
0996904
add mv /tmp/version to /tmp/arangodb/version
76195bf
fix arangodb clone path
2690f4f
add missing -p in mkdir
00ddcdd
update how to add version with new toolchain config strategy
4292f5e
fix some typos in README
9d195aa
fix move
4cb24fe
fix move 2
63bc063
use another volume guest for ARANGODB_SRC local var
e86387c
fix configServers array bug
4aa72c3
adapt fixes to release job
96bd91c
use args.docs_version in mv release job
0d57dd4
replicate new config on arm64
67bd9e3
fix ARANGODB_SRC handling with new arangodb_src guest
aba7e86
update go.mod
bf52679
Merge branch 'main' into DOC-603
dandimeo c41e2bb
Merge branch 'main' of github.com:arangodb/docs-hugo into DOC-603
cc139c9
Update README.md
dandimeo c93b399
Merge branch 'main' into DOC-603
dandimeo 7998449
use normal copy folder
c30d483
Merge branch 'DOC-603' of github.com:arangodb/docs-hugo into DOC-603
2dcbe08
try with partial copy
5e202b5
Merge branch 'main' into DOC-603
nerpaula File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,4 @@ go 1.18 | |
require ( | ||
github.com/dlclark/regexp2 v1.7.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
generators: ${GENERATORS} | ||
servers: | ||
- image: ${ARANGODB_BRANCH_3_10_IMAGE} | ||
version: ${ARANGODB_BRANCH_3_10_VERSION} | ||
|
||
- image: ${ARANGODB_BRANCH_3_11_IMAGE} | ||
version: ${ARANGODB_BRANCH_3_11_VERSION} | ||
|
||
- image: ${ARANGODB_BRANCH_3_12_IMAGE} | ||
version: ${ARANGODB_BRANCH_3_12_VERSION} | ||
generators: "" | ||
servers: "" |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.