Skip to content

Feature: Gallery applications(NCJ)#785

Merged
timotheeguerin merged 32 commits intomasterfrom
ncj
Oct 18, 2017
Merged

Feature: Gallery applications(NCJ)#785
timotheeguerin merged 32 commits intomasterfrom
ncj

Conversation

@timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented Oct 17, 2017

fix #786

t-anjam and others added 27 commits July 31, 2017 16:58
* Added market icon and page

* Added page navigation functionality to Market

* made Market into two pages

* Load and render data from template Json files

* Form UI created with default values populated, Submit button grabs inputs and console logs them.

* added Python RPC

* NCJ runs on submission

* css changes

* added css styles and refactor code

* auth changes

* New auth

* List applications then actions

* wip

* refactor

* more

* Better home

* pick market

* Show application

* added job template form wiring

* created submit form for job template

* larger style

* No actions message

* better search

* fix style

* wip

* More

* Advanced type

* Name

* Show hints

* Wip

* More

* wip

* fix job submit

* fix submit butn

* fix hint

* Submit app

* Better error handling

* refresh keep form inputs

* Works

* Force update application from github

* Choose list

* Fix test

* Reconnect to websocket server

* Will try to reconnect on request if needed

* fix build

* fix errors
* added icon to 2nd page

* added mode selection to form

* created buttons for mode options

* comment out unnecessary code

* combined job parameters and pool paramerters in some form group

* uncomment

* form is set to form group

* created different forms for different modes

* forms works with different input types but no RPC

* fix dependsOn

* market submissions works for all three modes

* added tlint changes

* added tlint changes

* rpc error handling

* code review changes

* separated job and pool params from form

* convert functions used in html to public

* removed comments and changed private variables to public

* changed double equals to triple equals

* replaced if to switch statements

* fix

* fixed redirection

* fix bug with loading button

* added back NcjParameter Class

* implemented parameter wrapper

* added an empty component for parameters

* adding content in parameter-input component

* added type

* added ControlValueAccessor

* completed parameter input component

* spacing

* changes

* Missing file

* remove :

* added empty unit test for parameter input component

* remove console logs

* added unit test for parameter input component

* line spacing

* added unit tests for market-application model

* code review changes

* more code review changes

* more code review changes

* updated unit test name

* fix multiple imports
* added validation logic and refactored

* submit button only activates when form is valid

* added return type

* added unit tests and completed form validation

* code review

* added unit test for validation

* updated error messages

* made error message more user friendly

* made error message even more friendlier

* error message spelling
* remove validator when default is empty string

* remove console log

* added exists
* Show more details for the python errors

* Remove console.log

* fix pylint
* Recent template working

* Recent template submissions

* Fix

* Fix

* Fix

* Tweak

* remove console.log

* Fix

* Fix issue

* Fix issue
* allow user to create filegroup from job tmeplate form

* add option to create group in options list

* add option to create group in options list (with files this time)

* style tweak

* remove buttons, auto set container name, validate after reload

* dont get value from form

* fix test

* argh, fdescribe
.travis.yml Outdated
only:
- master
- stable
- ncj # remove when merging ncj
Copy link
Member Author

Choose a reason for hiding this comment

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

remove


# Only package if on stable branch
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "stable" ]; then
if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && ([ "${TRAVIS_BRANCH}" = "stable" ] || [ "${TRAVIS_BRANCH}" = "ncj" ]); then
Copy link
Member Author

Choose a reason for hiding this comment

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

revert

package.json Outdated
"email": "[email protected]"
},
"version": "0.7.0",
"version": "0.8.0-ncj",
Copy link
Member Author

Choose a reason for hiding this comment

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

revert

appveyor.yml Outdated
npm run -s package -- --publish always --draft --win
) ELSE (
npm run -s package -- --publish never
npm run -s package -- --publish always --draft --win
Copy link
Member Author

Choose a reason for hiding this comment

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

revert

@timotheeguerin timotheeguerin changed the title Merge ncj to master Feature: Gallery applications(NCJ) Oct 18, 2017
@timotheeguerin timotheeguerin merged commit 659cb65 into master Oct 18, 2017
@paselem paselem deleted the ncj branch December 12, 2017 23:27
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.

Ncj app gallery

3 participants