Distelli Flashcards

1
Q

Where can I access Distelli

A

distelli.docusignhq.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the URL

A

/DTR/apps/DTR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is my password for Distelli?

A

domain credentials

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What do I have to do after logging in to Distelli?

A

select the DTR project at the top right

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What can an “Application” in Distelli do?

A

Applications in Distelli can connect to a repository enabling auto-builds on commit and auto-deploy on successful build.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Distelli switched from npm to ___

A

yarn (from Facebook)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does yarn improve on npm?

A

Yarn installs packages at the much more of granular level (commit SHA) while NPM installs packages based solely on what is specified in your package.json file. Yarn is also smarter about how it installs different versions of dependencies and only installs the minimum number of different versions, always upgrading dependencies that can be upgraded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you get to the build for your PR from Github?

A

By clicking on the “Details” link next to the Distelli check in the approval area

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a .yml file?

A

YAML stands for “YAML Ain’t Markup Language” and it is to configuration what markdown is to markup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

YAML is technically a superset of

A

JSON

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Another way to describe YAML

A

a human-readable data serialization language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly