Dimitri Mitropoulos
29479b8bcf
removes lodash ( #4550 )
2022-03-08 14:28:37 +00:00
Paul Johnson
41a2fd6379
Update response-timeline-viewer to show response body. ( #4346 )
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2022-02-24 09:38:38 -05:00
Dimitri Mitropoulos
4940348dd9
removes insomnia designer migration code ( #4404 )
2022-01-25 11:14:24 -05:00
Opender Singh
1ac24bf980
Compose auth components with reusable form elements ( #4299 )
2022-01-19 17:26:20 +00:00
Dimitri Mitropoulos
9ca90a58b7
removes DEPRECATED_ACTIVITY_INSOMNIA ( #4364 )
2022-01-14 17:14:08 +00:00
Dimitri Mitropoulos
ecbb1ce1eb
create background resources on first launch ( #4314 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-12-22 15:13:23 -05:00
Dimitri Mitropoulos
2edfdee345
removes onboarding activity and associated handling code ( #4307 )
2021-12-15 21:15:25 +00:00
Dimitri Mitropoulos
fa4cf3f7b7
componentize settings renderers ( #4266 )
2021-12-14 09:26:36 -05:00
Opender Singh
9586ee749b
Allow users to configure what is shown on environment variable template tags ( #4277 )
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-12-13 07:45:08 +00:00
Filipe Freire
f513d59f69
Add gRPC Headers (INS-362) ( #3667 ) ( #4244 )
...
* Add gRPC Headers (INS-362) (#3667 )
* Add grpc headers support to client, server and bidi streams
* Fix failing grpc unit checks
* Improvements after CR for #4244
* Fix lint issues
* Fix grpc header overflow and failing tests
* Fix illegal characters in metadata key validation
* Fix common-headers naming and add unit checks
* Fix wrong import format
2021-12-06 10:12:18 +00:00
Dimitri Mitropoulos
cbe7192587
fixes direct import for insomnia-config ( #4189 )
2021-11-09 01:32:19 +00:00
James Gatz
0f134ea553
fix(workspace-card-dropdown): restore the use the get-workspace-name … ( #4150 )
2021-10-26 10:37:45 +13:00
Opender Singh
75d48d5255
Handle human readable errors correctly ( #4147 )
2021-10-24 16:05:41 +13:00
Dimitri Mitropoulos
2a1a18c769
fails validation if the config has a parse error ( #4139 )
2021-10-21 21:59:18 +13:00
Dimitri Mitropoulos
382009e1cc
human readable errors for insomnia config validation ( #4133 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
Co-authored-by: Opender Singh <opender94@gmail.com>
2021-10-21 21:58:57 +13:00
Dimitri Mitropoulos
dddacb9eaa
block starting the app if there's an invalid config ( #4132 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-10-19 22:10:48 -04:00
Dimitri Mitropoulos
177d6adf38
Insomnia Config, controlled settings ( #4031 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-10-14 10:59:45 -04:00
Dimitri Mitropoulos
e793e6f166
unifies getting of workspace name in displayment ( #4060 )
2021-10-07 12:38:11 +00:00
Dimitri Mitropoulos
02c65a852d
implements sort order for projects ( #3953 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
2021-09-09 21:42:57 +00:00
James Gatz
381cf74a19
Improve codemirror typings ( #3993 )
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-09-08 15:38:07 +00:00
schrodingersket
ccac337c4f
Optionally disable certificate validation for OAuth2 auth windows ( #3894 )
...
Co-authored-by: Jonathan Thompson <jonathan.thompson@nimbusnine.co>
Co-authored-by: Opender Singh <opender.singh@konghq.com>
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-09-01 21:08:44 +00:00
Opender Singh
7ffc391428
add eslint rules for semi colons ( #3989 )
...
* add rules for semi colons
* run lint fix
* remove invalid eslint disable
2021-09-01 10:50:26 -04:00
Dimitri Mitropoulos
9353a6fb00
fixes "Hide menu bar" setting ( #3961 )
...
Co-authored-by: Opender Singh <opender94@gmail.com>
Co-authored-by: James Gatz <jamesgatzos@gmail.com>
2021-08-31 16:31:08 +12:00
Dimitri Mitropoulos
7f7b9f5614
renames base project to default project in code and copy ( #3939 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-08-25 12:51:40 +12:00
Opender Singh
774a8dc792
Space -> Project rename & update code-references ( #3928 )
2021-08-20 11:12:36 -04:00
James Gatz
9b7dbe5011
Display the settings modal for remote spaces and update the copy for … ( #3885 )
...
* Display the settings modal for remote spaces and update the copy for deleting a remote space
* Improve confirmation dialog copy
* Replace baseSpace check with spaceHasSettings
* Use the strings constant for the space word copy
* Use the strings constant for the space word copy in the modal
2021-08-12 20:14:48 +00:00
Opender Singh
be2c347cf1
Pull a project into the correct space ( #3873 )
...
* use selector and improve types
* Loading remote projects now requires a team id; it is no longer optional
* activate with workspace or workspace id
* extract helper
* normalize graphql return type for a remote project to include the team
* pull into the space as defined by the project team id, not by the active space. If the space doesn't exist, create it
* use helper
* make testing easier by putting the active space name as the first breadcrumb
* fix tests
* add the active space into the title
* refactor and add tests
* remove todo
2021-08-05 23:30:31 +00:00
Opender Singh
37815afd2e
Duplicate from dashboard and from settings ( #3820 )
2021-07-28 21:49:02 +00:00
Opender Singh
7abde2a017
Ensure a base space always exists (+ fix gRPC sub-environments) ( #3819 )
2021-07-26 00:49:34 +00:00
Dimitri Mitropoulos
0178533e52
Feat/eslint import order ( #3782 )
2021-07-23 11:04:56 +12:00
Dimitri Mitropoulos
92206c4f93
UI for Local/Remote spaces ( #3824 )
2021-07-22 10:56:14 -04:00
Opender Singh
b7ca6366d0
git clone into the active space ( #3775 )
2021-07-20 01:05:08 +00:00
Dimitri Mitropoulos
ca0f6eb9d0
Improvements to theme selection ( #3506 )
2021-07-13 23:49:32 +00:00
Opender Singh
d5a1f44f15
Don't auto create a workspace if none exist ( #3776 )
2021-07-07 08:30:50 +12:00
Opender Singh
837cadebaf
Remove the need for an active workspace to always exist ( #3494 )
2021-06-30 07:47:17 +00:00
Opender Singh
611d73804f
Automatically enable sync for collections created in a remote space ( #3474 )
2021-06-22 20:45:30 +00:00
Dimitri Mitropoulos
b5fe435710
have and use guards for all models ( #3480 )
2021-06-16 14:19:00 -05:00
Opender Singh
58160e82bc
Filter remote collections by the active space ( #3456 )
...
Co-authored-by: David Marby <david@dmarby.se>
2021-06-15 04:21:06 +00:00
Dimitri Mitropoulos
cdd279e09a
Provides Space id to "export all" ( #3455 )
2021-06-14 15:18:35 +00:00
Opender Singh
4daa44e370
Create a workspace in the active space and filter dashboard for active space ( #3446 )
2021-06-09 07:26:29 -04:00
Opender Singh
f625b34a77
Fetch and store remote spaces ( #3441 )
...
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-06-04 19:20:16 +12:00
Opender Singh
36b2462201
Create, rename and delete a local space ( #3433 )
2021-06-02 13:46:26 +12:00
Opender Singh
d619b8d84e
convert strings to a single object ( #3432 )
2021-06-01 08:52:41 -04:00
Opender Singh
f18542ffe9
Add Space selector, with the logic to select a space ( #3427 )
2021-05-28 08:02:16 +12:00
Opender Singh
d7b630f17b
Add formatting ESLint rules ( #3425 )
...
* add rules
* run lint:fix
* quick manual fix for lint errors
* indent fix
* add jsx prop multiline
Co-authored-by: Dimitri Mitropoulos <dimitrimitropoulos@gmail.com>
2021-05-27 14:00:32 -04:00
Opender Singh
deda7a37b7
Add space data model ( #3424 )
2021-05-27 15:59:54 +12:00
Dimitri Mitropoulos
6e073c8a38
use same array-type
rule, project-wide ( #3395 )
2021-05-19 08:32:18 +12:00
Dimitri Mitropoulos
5f4c19da35
[TypeScript] Phase 1 & 2 ( #3370 )
...
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-05-12 18:35:00 +12:00
David Marby
c69433fecc
Prompt existing users about analytics ( #3278 )
...
* Prompt existing users about analytics
* Fix the tests
* Set hasPromptedAnalytics to true when going through the onboarding flow
* Add comments
* Show the analytics prompt after migrating if needed as well
* test: add a few more tests for analytics activity
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-04-15 16:33:21 +02:00
Sayooj Sojen
351afde43f
Expose identity token for oauth2 ( #3211 )
2021-04-05 13:03:34 -04:00