Skip to content

Conversation

@BartoszCki
Copy link
Contributor

…workspaceUrl and --workspaceArchive

@BartoszCki BartoszCki requested a review from mkulaczkowski as a code owner July 5, 2019 11:00
@BartoszCki BartoszCki requested a review from kossak July 5, 2019 11:01
@codecov
Copy link

codecov bot commented Jul 5, 2019

Codecov Report

Merging #34 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #34   +/-   ##
====================================
  Coverage      80%   80%           
====================================
  Files           1     1           
  Lines          10    10           
====================================
  Hits            8     8           
  Misses          2     2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e7e0b8a...ca1aa80. Read the comment docs.

@BartoszCki BartoszCki merged commit ffe9ad1 into master Jul 5, 2019
or (workspace_archive and workspace_url) \
or (workspace_path and workspace_url):
raise click.UsageError("Use either:\n\t--workspace https://path.to/git/repository.git - to point repository URL"
"\n\t--workspace /path/to/local/directory - to point on project directory"
Copy link
Contributor

@jaredscheib jaredscheib Jul 9, 2019

Choose a reason for hiding this comment

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

more naturally this would be something like to point to a project directory or to use a local directory as your workspace :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks @BartoszCki!

or (workspace_path and workspace_url):
raise click.UsageError("Use either:\n\t--workspace https://path.to/git/repository.git - to point repository URL"
"\n\t--workspace /path/to/local/directory - to point on project directory"
"\n\t--workspace /path/to/local/archive.zip - to point on project .zip archive"
Copy link
Contributor

Choose a reason for hiding this comment

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

more naturally this would be something like to point to a .zip archive or to use a local archive as your workspace :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed in PS-10553

Copy link
Contributor

Choose a reason for hiding this comment

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

thanks @BartoszCki!

@BartoszCki BartoszCki deleted the PS-10523-deprecate-workspaceUrl-and-workspacePath-and-let-the-workspace-do-their-job branch July 16, 2019 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants