Robert
|
8529c05396
|
Move boolean showXCell variables to be later and together
|
2023-07-12 14:02:39 +01:00 |
|
Robert
|
70b2e68ce7
|
Rename showModelTypeCell => methodCanBeModeled
|
2023-07-12 14:01:01 +01:00 |
|
Robert
|
8432f6cdfe
|
Move predicate variable closer to where it's used
|
2023-07-12 13:50:31 +01:00 |
|
Robert
|
39d53f469f
|
Merge pull request #2598 from github/robertbrignull/data-framework-model
Don't show model from source button in framework mode
|
2023-07-12 10:22:24 +01:00 |
|
Robert
|
c8ba8d6e1b
|
Merge branch 'main' into robertbrignull/data-framework-model
|
2023-07-12 10:05:06 +01:00 |
|
Robert
|
28c6ab36ce
|
Merge pull request #2597 from github/robertbrignull/data-view-state
Clear up how we pass around view state
|
2023-07-12 10:04:39 +01:00 |
|
Dave Bartolomeo
|
3e5985955d
|
Merge pull request #2538 from github/dbartol/save-before-start
Save dirty documents before evaluating queries
|
2023-07-11 15:55:03 -04:00 |
|
Dave Bartolomeo
|
a4cff531be
|
Remove more debugging code
|
2023-07-11 15:32:09 -04:00 |
|
Dave Bartolomeo
|
c18bb39f40
|
Remove more debugging code
|
2023-07-11 14:49:32 -04:00 |
|
Dave Bartolomeo
|
d93f2b67c8
|
Remove some debugging code
|
2023-07-11 14:42:57 -04:00 |
|
Robert
|
5b65e08fdf
|
Don't show model from source button in framework mode
|
2023-07-11 17:32:12 +01:00 |
|
Robert
|
79a567b478
|
Avoid passing in both viewState and mode at the same time
|
2023-07-11 16:53:12 +01:00 |
|
Robert
|
5e84b5f055
|
Enforce that viewState is defined and show a loading screen otherwise
|
2023-07-11 16:47:44 +01:00 |
|
Robert
|
aa4df082bf
|
Merge pull request #2594 from github/robertbrignull/data-unsaved-changes
Include in addModeledMethods whether the methods are unsaved or not
|
2023-07-11 16:26:44 +01:00 |
|
Robert
|
370872d005
|
Split addModeledMethods into that and loadModeledMethods
|
2023-07-11 15:23:30 +01:00 |
|
Robert
|
930103b3a8
|
Merge branch 'main' into robertbrignull/data-unsaved-changes
|
2023-07-11 15:11:24 +01:00 |
|
dependabot[bot]
|
6cf2f32705
|
Bump @octokit/plugin-retry from 3.0.9 to 4.1.6 in /extensions/ql-vscode (#2518)
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 3.0.9 to 4.1.6.
- [Release notes](https://github.com/octokit/plugin-retry.js/releases)
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v3.0.9...v4.1.6)
---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
|
2023-07-11 13:02:04 +01:00 |
|
Robert
|
83a25006ec
|
Merge pull request #2586 from github/dependabot/npm_and_yarn/extensions/ql-vscode/prettier-3.0.0
Bump prettier from 2.7.1 to 3.0.0 in /extensions/ql-vscode
|
2023-07-11 11:11:21 +01:00 |
|
Robert
|
38d0d0ee7d
|
Merge pull request #2593 from github/dependabot/npm_and_yarn/extensions/ql-vscode/tough-cookie-4.1.3
Bump tough-cookie from 4.1.2 to 4.1.3 in /extensions/ql-vscode
|
2023-07-11 10:51:42 +01:00 |
|
Robert
|
296922c193
|
Merge pull request #2595 from github/robertbrignull/data-generate-from-source
Hook up generating from source in the new collapsible section
|
2023-07-11 09:54:07 +01:00 |
|
Robert
|
e5ae41328b
|
Run: npm run format
|
2023-07-11 09:51:28 +01:00 |
|
Robert
|
0fc3adf29a
|
Upgrade eslint-plugin-prettier to 5.0.0
|
2023-07-11 09:43:58 +01:00 |
|
dependabot[bot]
|
49954b5af0
|
Bump prettier from 2.7.1 to 3.0.0 in /extensions/ql-vscode
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...3.0.0)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-10 15:19:00 +00:00 |
|
Nora
|
f493ba102b
|
Merge pull request #2596 from github/nora/update-eslint
Update eslint
|
2023-07-10 17:17:01 +02:00 |
|
Nora
|
43aa06a248
|
Update eslint
|
2023-07-10 13:49:55 +00:00 |
|
Robert
|
c8fd00b983
|
Hook up generating from source
|
2023-07-10 13:03:28 +01:00 |
|
Robert
|
c25619332c
|
Merge pull request #2569 from github/robertbrignull/convert-ResultsApp
Convert ResultsApp to a function component
|
2023-07-10 11:36:32 +01:00 |
|
Robert
|
f4b37c96e4
|
Merge branch 'main' into robertbrignull/convert-ResultsApp
|
2023-07-10 11:16:57 +01:00 |
|
Robert
|
f7239b073a
|
Include in addModeledMethods whether the methods are unsaved or not
|
2023-07-10 10:48:33 +01:00 |
|
Robert
|
bf0032d8de
|
Merge pull request #2592 from github/robertbrignull/data-supported-doc
Add documentation to ExternalApiUsage fields
|
2023-07-10 10:04:52 +01:00 |
|
dependabot[bot]
|
7eeec834ed
|
Bump tough-cookie from 4.1.2 to 4.1.3 in /extensions/ql-vscode
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-09 22:27:45 +00:00 |
|
Robert
|
5eab1f8882
|
Add documentation to ExternalApiUsage fields
|
2023-07-07 17:10:06 +01:00 |
|
Robert
|
2525ae80b9
|
Merge pull request #2591 from github/robertbrignull/data-llm-section
Use AI to model just a single section
|
2023-07-07 16:16:42 +01:00 |
|
Robert
|
8423c73bdd
|
Merge pull request #2590 from github/robertbrignull/data-button-features
Only show LLM / framework mode when the view state says to show the button
|
2023-07-07 16:09:10 +01:00 |
|
Robert
|
37980612ac
|
Define separate no-op handler
|
2023-07-07 15:31:08 +01:00 |
|
Robert
|
c4912b1a65
|
Show framework mode button when available
|
2023-07-07 14:28:18 +01:00 |
|
Robert
|
ae3b6eccc3
|
Only show AI button when available
|
2023-07-07 14:28:01 +01:00 |
|
Robert
|
48ffca3103
|
Use AI to model just a single section
|
2023-07-07 12:37:10 +01:00 |
|
Robert
|
dae74e8772
|
Merge pull request #2588 from github/robertbrignull/data-save-single-model
Implement saving only one model at a time
|
2023-07-07 09:50:19 +01:00 |
|
Robert
|
e2dc0d6db5
|
Merge pull request #2589 from github/robertbrignull/data-title-buttons-background
Use better colours for title buttons
|
2023-07-07 09:26:03 +01:00 |
|
Robert
|
bf087d2114
|
Merge branch 'main' into robertbrignull/data-title-buttons-background
|
2023-07-07 08:41:58 +01:00 |
|
Shati Patel
|
8fab24f424
|
Merge pull request #2587 from github/shati-patel/unsaved-tag
Data extensions editor: Update styling of "unsaved" tag
|
2023-07-07 08:39:33 +01:00 |
|
Robert
|
7bda76347c
|
Changes buttons to avoid custom styling
|
2023-07-06 17:02:01 +01:00 |
|
dependabot[bot]
|
5db2b90212
|
Bump zip-a-folder from 1.1.3 to 2.0.0 in /extensions/ql-vscode (#2517)
Bumps [zip-a-folder](https://github.com/maugenst/zip-a-folder) from 1.1.3 to 2.0.0.
- [Commits](https://github.com/maugenst/zip-a-folder/commits)
---
updated-dependencies:
- dependency-name: zip-a-folder
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charis Kyriakou <charisk@users.noreply.github.com>
|
2023-07-06 17:01:50 +01:00 |
|
shati-patel
|
2b13645b6f
|
Move "Save" button slightly to the left
|
2023-07-06 16:32:34 +01:00 |
|
shati-patel
|
4acc6f9e41
|
Use native "VS Code Tag" instead of custom span
|
2023-07-06 16:31:29 +01:00 |
|
Robert
|
e67f93c7bc
|
Implement saving only one model at a time
|
2023-07-06 16:28:29 +01:00 |
|
Robert
|
261f11e30e
|
Merge pull request #2582 from github/robertbrignull/data-table
Update data extensions modelling table to new designs
|
2023-07-06 16:27:06 +01:00 |
|
Robert
|
a07e829bf1
|
Make view link not wrap
|
2023-07-06 15:25:39 +01:00 |
|
Robert
|
afc9635d43
|
Use --vscode styles
|
2023-07-06 15:25:27 +01:00 |
|