-
Notifications
You must be signed in to change notification settings - Fork 223
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
projects.html: Get related issues states from webservices #733
Open
KVGarg
wants to merge
5
commits into
coala:master
Choose a base branch
from
KVGarg:get-issue-state
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Travis tests have failedHey @KVGarg, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
TravisBuddy Request Identifier: 1b4caf30-bd29-11e9-af47-41b3464977ce |
KVGarg
force-pushed
the
get-issue-state
branch
from
August 20, 2019 09:25
9013b57
to
4a593a5
Compare
The webservices now has a table for mentors, that stores the requests created by contributor on the community website. After all checks are green, the contributor is added a mentor for the upcoming program based on the request. Therefore, fetch all those contributors from webservices for the upcoming GSoC program and append them to the mentors list Closes coala#728
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. Closes coala#284
KVGarg
force-pushed
the
get-issue-state
branch
from
August 22, 2019 14:47
4a593a5
to
3184c2c
Compare
This commit adds filters for filtering the projects based on project work status, tags, difficulty level, initiatives and collaborating projects. Closes coala#559
KVGarg
force-pushed
the
get-issue-state
branch
from
August 22, 2019 17:06
3184c2c
to
be92861
Compare
The commits adds an events directive that fetches the events from coala Webservices and displays them on the website in the card format. Instead of dissplaying all events, only the ongoing events, events occured in last 3 months and the events which are about to occur in next 3 months will be displayed to avoid a long list of cards. Closes coala#560
KVGarg
force-pushed
the
get-issue-state
branch
from
August 22, 2019 17:10
be92861
to
12ccc7e
Compare
Travis tests have failedHey @KVGarg, TravisBuddy Request Identifier: 82c744c0-c500-11e9-8712-75d78f9b457f |
The commit adds a method, to get related issues states from coala Webservices and adds the issue state to a HashMap which is being used to get issue css class, when the project pop-ups. Closes coala#298
KVGarg
force-pushed
the
get-issue-state
branch
from
August 22, 2019 17:17
12ccc7e
to
a87bb70
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The commit adds a method, to get related issues states
from coala Webservices and adds the issue state to a
HashMap which is being used to get issue css class,
when the project pop-ups.
Closes #298