Skip to content
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

toml page - replace li by table #1995

Merged
merged 2 commits into from
Aug 23, 2017

Conversation

jmaitrehenry
Copy link
Contributor

Related to #1993

Copy link
Contributor

@m3co-code m3co-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jmaitrehenry,

thank you for this contribution, I like the table based style much more :)

I added some comments about the parts you added outside of the table transformation. Can you explain those?

docs/toml.md Outdated
#
Cluster = "default"
Clusters = ["default"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am confused by this change. I can't see any notion of Clusters in the code. Am I missing something?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact, the current branch seems to be out-of-date with the master.
Only he file docs/toml.md is up-to-date that's why these differences appear.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, then I will wait for the rebase and have a look again.

docs/toml.md Outdated
# Optional
# Default: false
#
AutoDiscoverClusters = false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same as in my previous comment here.

docs/toml.md Outdated
@@ -1780,6 +1797,8 @@ Træfik needs the following policy to read ECS information:
"Sid": "Traefik ECS read access",
"Effect": "Allow",
"Action": [
"ecs:ListClusters",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any calls to ListClusters or DescribeClusters in the ecs provider code.

Copy link
Contributor

@nmengin nmengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmaitrehenry Many thanks for your contribution.
Can you rebase please?

@jmaitrehenry
Copy link
Contributor Author

@nmengin @marco-jantke I just push the rebase

In an another PR I will move more li to table if you want.

@ldez
Copy link
Contributor

ldez commented Aug 23, 2017

@jmaitrehenry Could you use a table formatting tool (like tablesgenerator)?

@jmaitrehenry
Copy link
Contributor Author

@ldez done

Copy link
Contributor

@nmengin nmengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👏

Copy link
Contributor

@m3co-code m3co-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

Copy link
Contributor

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ldez ldez changed the title Doc toml page - replace li by table toml page - replace li by table Aug 23, 2017
@ldez ldez added this to the 1.4 milestone Aug 23, 2017
@traefiker traefiker merged commit c1b5b74 into traefik:master Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants