summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove print callstr-playground-project-selection-dropdownTristan Read2019-02-011-6/+0
* Update pot filesTristan Read2019-02-011-7/+31
* Ensure that backend keys are snake_caseTristan Read2019-02-012-7/+16
* Prettier formattingTristan Read2019-02-013-22/+25
* Remove TODOTristan Read2019-02-011-1/+0
* Update haml to reference new property names in line with backend changesTristan Read2019-02-013-12/+12
* Show error message in UITristan Read2019-02-011-12/+19
* Clean up project selection dropdown text optionsTristan Read2019-02-012-14/+7
* Load project properties from form data elementTristan Read2019-02-012-7/+4
* Connect selectedProject to store, tidy selection logic in dropdown componentTristan Read2019-02-017-61/+52
* Handle different states for project helper descriptionTristan Read2019-02-011-19/+6
* Add error handling for connect buttonTristan Read2019-02-015-14/+35
* Add connect check mark reactivityTristan Read2019-02-014-8/+25
* Load initial values of token and enabled into storeTristan Read2019-02-018-33/+75
* Connect save button to vuex actionTristan Read2019-02-014-39/+44
* Add fetch projects checkmarkTristan Read2019-02-011-4/+14
* Convert gl-form-group to manual html input since reactive binding is brokenTristan Read2019-02-011-29/+41
* Use api_host to populate form value and data attributeTristan Read2019-02-011-4/+4
* Send v-model data to serverTristan Read2019-02-012-7/+11
* Replace existing form with Vuejs formTristan Read2019-02-014-13/+72
* Add checkbox to form, store form info in data elementTristan Read2019-02-015-59/+99
* Construct form componentsTristan Read2019-02-017-8/+94
* Add skeleton gitlab-ui form componentsTristan Read2019-02-015-19/+12
* Remove resolved commentsTristan Read2019-02-012-5/+1
* Update project data structure and add new label textTristan Read2019-02-015-12/+24
* Minor tweaksTristan Read2019-02-012-11/+14
* Remove commentsTristan Read2019-02-014-13/+3
* Remove project and org from sentry url slugTristan Read2019-02-012-4/+2
* Use form element for submission hijackTristan Read2019-02-012-38/+31
* Patch to json endpointTristan Read2019-02-011-68/+18
* Explore using document response data to reload the page in JSTristan Read2019-02-011-17/+71
* Convert form data type to jsonTristan Read2019-02-013-48/+45
* Populate dropdown from successful responseTristan Read2019-02-011-2/+2
* Add url and token to actionsTristan Read2019-02-012-6/+14
* Console.log errorTristan Read2019-02-011-0/+3
* Add request headersTristan Read2019-02-011-3/+6
* Update endpoint call to match backend changesTristan Read2019-02-012-7/+27
* Add api_url and token to the load projects callTristan Read2019-02-011-5/+12
* Add call to api endpointTristan Read2019-02-013-17/+33
* Add handling for additional statesTristan Read2019-02-012-7/+30
* Adjust component conditionals, handle empty list caseTristan Read2019-02-014-7/+15
* Refactor valid and invalid component logicTristan Read2019-02-012-13/+10
* Add helper text when no projects are loadedTristan Read2019-02-011-9/+13
* Connect interactive button to store, move test data call thereTristan Read2019-02-013-9/+14
* Add test projectTristan Read2019-02-012-3/+7
* Move into separate error_tracking_settings folderTristan Read2019-02-018-2/+2
* Remove console logs and commentsTristan Read2019-02-014-342/+12
* Add vuex store and use that to populate the project listTristan Read2019-02-018-22/+407
* Add cases to change-logic, simplify valid checkTristan Read2019-02-011-30/+11
* Add error handlingTristan Read2019-02-011-5/+39