Aditya Bist
e870a309c0
Agent: Filtering & Sorting ( #1441 )
...
* have a working filter
* fixed error details when filtering
* filtering with styling done
* fix transition styling
* fixed more styling issues
* optimized errors when switching pages
* added sorting functionality
* removed dead code
* fixed styling issues when sorting
* added sorting with styling for every column
* code review comments
* fixed styling issue when a bigger filter was applied, followed by a smaller one and then cleared
* use absolute paths in imports
* fixed issues with styling when sorting is performed on a filtered dataset
2018-06-08 17:08:01 -07:00
Matt Irvine
0c58f09e59
Merge VS Code 1.23.1 ( #1520 )
2018-06-05 11:24:51 -07:00
Leila Lali
473a414bc3
added table componenet ( #1542 )
2018-06-04 12:04:05 -07:00
Lance Klinger
f2df9f3917
Fix for double clicking column handle in results table where the column width would not update correctly when the longest row item is the top item in the viewPort ( #1504 )
2018-05-31 12:03:33 -07:00
Aditya Bist
a2734807ca
Agent bugs and fixes ( #1243 )
...
* show Error for temp placeholder
* changed message to loading error
* changed error message when loading
* localized error msg
* localized error message
2018-04-24 13:34:17 -07:00
Aditya Bist
3b90530717
Feature/agent finishes ( #1237 )
...
* added icons for steps and fixed bugs in jobs view page
* put svgs in common folder
* added steps header logo
* added full path for import
* changed codes to text
* removed cat id, changed bools to yes/no and fixed steps theme
* localized the strings
* set the jobs table column widths
* added indicators for failure, unknown and canceled jobs in jobs view
* fixed jobs panel style and jobs view scrolling
* fixed jobs view page styling
* fixed job history tree size rows
* made error messages copy-able
* made job history tree work with keyboard
* fixed previous runs header
* added space between date and status in job history list
* fixed history list min width and set scrolling for jobs history page
* added scrolling when app is resized
* added scrollbars and tooltip for name
* added error handling, tab handling and other issues
2018-04-23 18:34:53 -07:00
Anthony Dresser
61d05f6782
adds coloring for unfocused tables ( #1182 )
2018-04-19 12:22:37 -07:00
Kevin Cunnane
b2c70e9301
Feat/model backed ui ( #1145 )
...
This is an initial PR for a new model-driven UI where extensions can provide definitions of the components & how they're laid out using Containers.
#1140 , #1141 , #1142 , #1143 and #1144 are all tracking additional work needed to improve the initial implementation and fix some issues with the implementation.
Features:
- Supports defining a FlexContainer that maps to a flexbox-based layout.
- Supports creating a card component, which is a key-value pair based control that will lay out simple information to a user. Eventually this will have an optional set of actions associated with it.
- Has a sample project which shows how to use the API and was used for verification
2018-04-13 15:59:18 -07:00
Abbie Petchtes
495b4ee7c2
fix all high constrast issues in sqlops ( #1115 )
2018-04-11 12:36:00 -07:00
Anthony Dresser
f91010c398
add table insight ( #976 )
2018-03-23 17:22:22 -07:00
Karl Burtram
357bb1916e
Initial SQL Agent merge for March release ( #961 )
...
* WIP
* wip
* SQL Agent wip
* wip
* Initial control host (wip)
* Initial hookup of SQL Agent service to job component
* Update agent package.json
* Hook up getJobs call
* A couple job view updates
* Add some more agent views
* Rename some 'agent' classes to 'jobManagement'
* job history page (#852 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* Switch back getJobs return type
* Make enum const
* Remove sqlops const
* WIP
* WIP
* Feature/agent1 adbist (#899 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* made job history page css more specific
* Add visiblity check to job view
* Clean up jobs styling and call getJobHistory
* Add more Job Table styling
* Enable detail view in job table
* Use updated slickgrid repo
* vbumped slickgrid
* Convert rowdetail slickgrid plug to TypeScript
* Feature/agent1 adbist (#945 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* added method signatures for job history with DMP
* added methods for job running
* added job actions to sqlops
* Refer to dataprotocol from feature/agentDmp1 branch
* Update SQL Tools version to 1.4.0-alpha.13
* Change Feb to March in release note prompt
* SQL Agent extension metadata
* add feature explicitly in client creation
* Update Agent job registration
* Update package.json
* Feature/agent1 adbist (#955 )
* added back button, run actions and overview accordion
* refactoring
* overview table complete
* fixed the dropdown arrow for the overview section
* added table for prev job list
* fixed agent job result type
* code cleaning and code review comments
* fixed yarn.lock conflicts
* added function for job history
* changed vscode-languageclient version
* changed yarn lock file
* fixed yarn lock file
* fixed yarn file
* fixed css paths
* added images to packaging step
* fix resource path for packaging
* added steps lists
* fixed style and dimensions
* fixed conflicts
* implemented job list
* added the Date and Status columns
* update yarn files
* merged feature/agent1
* added theme styling for light theme
* changed yarn lock files
* added method signatures for job history with DMP
* added methods for job running
* added job actions to sqlops
* navigation works but is really slow to load data
* Add jobs view icon
* Misc. cleanups
2018-03-23 13:27:55 -07:00
Karl Burtram
251ae01c3e
Initial VS Code 1.19 source merge ( #571 )
...
* Initial 1.19 xcopy
* Fix yarn build
* Fix numerous build breaks
* Next batch of build break fixes
* More build break fixes
* Runtime breaks
* Additional post merge fixes
* Fix windows setup file
* Fix test failures.
* Update license header blocks to refer to source eula
2018-01-28 23:37:17 -08:00
Anthony Dresser
e432884e25
Update jquery ( #532 )
...
* vbump jquery to 3.1.0 (supported by slickgrid)
* updated typings
* update libraries to work
2018-01-23 12:44:06 -08:00
Karl Burtram
6ad0df0e3e
Refresh master with initial release/0.24 snapshot ( #332 )
...
* Initial port of release/0.24 source code
* Fix additional headers
* Fix a typo in launch.json
2017-12-15 15:38:57 -08:00
Karl Burtram
3cdac41339
SQL Operations Studio Public Preview 1 (0.23) release source code
2017-11-09 14:30:27 -08:00