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

IOS DIR: Account for spaces in permissions #321

Merged
merged 1 commit into from
Dec 20, 2018

Conversation

jmcgill298
Copy link
Contributor

  • New data was found that had spaces in permissions data.

  • Update template to allow for this space using (.+?).

  • Remove state change as it does not seem to be doing much.

  • Simplify date_time to use (.+?) and add end of line, \s*$$ to
    capture whatever text shows up between SIZE and NAME.

  • Remove unnecesarry capture groups that were not assigned to named
    capture groups.

ISSUE TYPE
  • New Template Pull Request
  • Bugfix Pull Request
  • Additional Testing
  • Docs Pull Request
COMPONENT
SUMMARY

* New data was found that had spaces in permissions data.

* Update template to allow for this space using `(.+?)`.

* Remove state change as it does not seem to be doing much.

* Simplify `date_time` to use `(.+?)` and add end of line, `\s*$$` to
capture whatever text shows up between `SIZE` and `NAME`.

* Remove unnecesarry capture groups that were not assigned to named
capture groups.
@jmcgill298 jmcgill298 merged commit a5ffa63 into networktocode:master Dec 20, 2018
jvanderaa pushed a commit that referenced this pull request Nov 10, 2021
* New data was found that had spaces in permissions data.

* Update template to allow for this space using `(.+?)`.

* Remove state change as it does not seem to be doing much.

* Simplify `date_time` to use `(.+?)` and add end of line, `\s*$$` to
capture whatever text shows up between `SIZE` and `NAME`.

* Remove unnecesarry capture groups that were not assigned to named
capture groups.
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.

1 participant