Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

tabs: Fetch and Display forms from webservices#730

Open
KVGarg wants to merge2 commits intocoala:master
base:master
Choose a base branch
Loading
fromKVGarg:google-forms-tab

Conversation

KVGarg
Copy link
Contributor

@KVGargKVGarg commentedAug 9, 2019
edited
Loading

The forms uploaded by developers from community
website, are being fetched from Webservices
where the request to add a new form is being
processed. If a valid request is created, the form
is added to the database. Therefore, we can fetch
those forms and display them on the projects website.

Preview with added test forms:
Screenshot_2019-08-09 coala Projects - Development -

Closes#284

@TravisBuddy
Copy link

Travis tests have failed

Hey@KVGarg,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Ruby: 2.5.1

View build log

docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locallylatest: Pulling from coala/baseDigest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ffStatus: Downloaded newer image for coala/base:latestExecuting section global...[ERROR][18:56:28] The bear InvalidLinkBear does not fulfill all requirements. You are not connected to the internet.Executing section commit...Executing section linecount...Executing section filenames...Executing section markdown_filenames...Executing section spacing...|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/data/locale/en/README.md|    |++++| /app/data/locale/en/README.md|  34|  34| 1. Install [asdf-vm](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm) for your OS.|  35|  35| 2. Using asdf-vm, install [ruby](https://github.com/asdf-vm/asdf-ruby).|  36|  36| 3. Install Jekyll|  37|    |-    |    |  37|+|  38|  38|         $ gem install jekyll bundler|  39|  39| |  40|  40| ### Clone and Run[INFO][18:56:30] Applied 'ShowPatchAction' on 'data/locale/en/README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/data/locale/en/README.md|    |++++| /app/data/locale/en/README.md|  40|  40| ### Clone and Run|  41|  41| |  42|  42| Clone coala Projects repository|  43|    |-    |    |  43|+|  44|  44|     $ git clone https://github.com/coala/projects.git|  45|  45|     |  46|  46| Run coala Projects website[INFO][18:56:30] Applied 'ShowPatchAction' on 'data/locale/en/README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/data/locale/en/README.md|    |++++| /app/data/locale/en/README.md|  42|  42| Clone coala Projects repository|  43|  43|     |  44|  44|     $ git clone https://github.com/coala/projects.git|  45|    |-    |    |  45|+|  46|  46| Run coala Projects website|  47|  47| |  48|  48|     $ cd projects[INFO][18:56:30] Applied 'ShowPatchAction' on 'data/locale/en/README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/README.md|    |++++| /app/README.md|  34|  34| 1. Install [asdf-vm](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm) for your OS.|  35|  35| 2. Using asdf-vm, install [ruby](https://github.com/asdf-vm/asdf-ruby).|  36|  36| 3. Install Jekyll|  37|    |-    |    |  37|+|  38|  38|         $ gem install jekyll bundler|  39|  39| |  40|  40| ### Clone and Run[INFO][18:56:30] Applied 'ShowPatchAction' on 'README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/README.md|    |++++| /app/README.md|  40|  40| ### Clone and Run|  41|  41| |  42|  42| Clone coala Projects repository|  43|    |-    |    |  43|+|  44|  44|     $ git clone https://github.com/coala/projects.git|  45|  45|     |  46|  46| Run coala Projects website[INFO][18:56:30] Applied 'ShowPatchAction' on 'README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/README.md|    |++++| /app/README.md|  42|  42| Clone coala Projects repository|  43|  43|     |  44|  44|     $ git clone https://github.com/coala/projects.git|  45|    |-    |    |  45|+|  46|  46| Run coala Projects website|  47|  47| |  48|  48|     $ cd projects[INFO][18:56:30] Applied 'ShowPatchAction' on 'README.md' from 'SpaceConsistencyBear'.Executing section html...Executing section yml...Executing section new_linelength_projects...Executing section old_linelength_projects...Executing section cli...
TravisBuddy Request Identifier: 692fdc30-bad7-11e9-b299-8de6a9771f8e

@TravisBuddy
Copy link

Travis tests have failed

Hey@KVGarg,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Ruby: 2.5.1

View build log

docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
Unable to find image 'coala/base:latest' locallylatest: Pulling from coala/baseDigest: sha256:125d6cf24929d39db47b3ccd83d6ed1b6a231fc7e8afbf70bc4b5bd87653b0ffStatus: Downloaded newer image for coala/base:latestExecuting section global...[ERROR][07:15:55] The bear InvalidLinkBear does not fulfill all requirements. You are not connected to the internet.Executing section commit...Executing section linecount...Executing section filenames...Executing section markdown_filenames...Executing section spacing...|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/data/locale/en/README.md|    |++++| /app/data/locale/en/README.md|  34|  34| 1. Install [asdf-vm](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm) for your OS.|  35|  35| 2. Using asdf-vm, install [ruby](https://github.com/asdf-vm/asdf-ruby).|  36|  36| 3. Install Jekyll|  37|    |-    |    |  37|+|  38|  38|         $ gem install jekyll bundler|  39|  39| |  40|  40| ### Clone and Run[INFO][07:15:57] Applied 'ShowPatchAction' on 'data/locale/en/README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/data/locale/en/README.md|    |++++| /app/data/locale/en/README.md|  40|  40| ### Clone and Run|  41|  41| |  42|  42| Clone coala Projects repository|  43|    |-    |    |  43|+|  44|  44|     $ git clone https://github.com/coala/projects.git|  45|  45|     |  46|  46| Run coala Projects website[INFO][07:15:57] Applied 'ShowPatchAction' on 'data/locale/en/README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/data/locale/en/README.md|    |++++| /app/data/locale/en/README.md|  42|  42| Clone coala Projects repository|  43|  43|     |  44|  44|     $ git clone https://github.com/coala/projects.git|  45|    |-    |    |  45|+|  46|  46| Run coala Projects website|  47|  47| |  48|  48|     $ cd projects[INFO][07:15:57] Applied 'ShowPatchAction' on 'data/locale/en/README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/README.md|    |++++| /app/README.md|  34|  34| 1. Install [asdf-vm](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm) for your OS.|  35|  35| 2. Using asdf-vm, install [ruby](https://github.com/asdf-vm/asdf-ruby).|  36|  36| 3. Install Jekyll|  37|    |-    |    |  37|+|  38|  38|         $ gem install jekyll bundler|  39|  39| |  40|  40| ### Clone and Run[INFO][07:15:57] Applied 'ShowPatchAction' on 'README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/README.md|    |++++| /app/README.md|  40|  40| ### Clone and Run|  41|  41| |  42|  42| Clone coala Projects repository|  43|    |-    |    |  43|+|  44|  44|     $ git clone https://github.com/coala/projects.git|  45|  45|     |  46|  46| Run coala Projects website[INFO][07:15:57] Applied 'ShowPatchAction' on 'README.md' from 'SpaceConsistencyBear'.|    | [NORMAL] SpaceConsistencyBear:|    | Line contains following spacing inconsistencies:|    | - Trailing whitespaces.|----|    | /app/README.md|    |++++| /app/README.md|  42|  42| Clone coala Projects repository|  43|  43|     |  44|  44|     $ git clone https://github.com/coala/projects.git|  45|    |-    |    |  45|+|  46|  46| Run coala Projects website|  47|  47| |  48|  48|     $ cd projects[INFO][07:15:57] Applied 'ShowPatchAction' on 'README.md' from 'SpaceConsistencyBear'.Executing section html...Executing section yml...Executing section new_linelength_projects...Executing section old_linelength_projects...Executing section cli...nothing changedDone. Your build exited with 1.
TravisBuddy Request Identifier: b6454430-bb3e-11e9-8c9f-011ce5fcf4d6

@KVGarg
Copy link
ContributorAuthor

@sks444@RohanVB@li-boxuan Please review!

The webservices now has a table for mentors,that stores the requests created by contributoron the community website. After all checks aregreen, the contributor is added a mentor for theupcoming program based on the request. Therefore,fetch all those contributors from webservices forthe upcoming GSoC program and append them to thementors listClosescoala#728
The forms uploaded by developers from communitywebsite, are being fetched from Webserviceswhere the request to add a new form is beingprocessed. If a valid request is created, the formis added to the database. Therefore, we can fetchthose forms and display them on the projects website.Closescoala#284
@TravisBuddy
Copy link

Travis tests have failed

Hey@KVGarg,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

TravisBuddy Request Identifier: ca1b85e0-c4ef-11e9-8712-75d78f9b457f

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Create tab for all the google forms
2 participants
@KVGarg@TravisBuddy

[8]ページ先頭

©2009-2025 Movatter.jp