Commit Graph

4712 Commits

Author SHA1 Message Date
Nikhil Nandagopal
4e2e53ee40
Update config.json 2020-12-29 15:08:36 +05:30
Nikhil Nandagopal
6fc2732ebb
Update config.json 2020-12-29 15:05:34 +05:30
Nikhil Nandagopal
bfa88608d1
Update config.json 2020-12-29 15:04:11 +05:30
Hetu Nandu
b5e8673921
Properly log data tree instrumentation (#2228) 2020-12-29 14:55:56 +05:30
Nikhil Nandagopal
e1230604d6
Update main.yml 2020-12-29 14:53:26 +05:30
Nikhil Nandagopal
90c5707ea6
Update config.json 2020-12-29 14:48:18 +05:30
Nikhil Nandagopal
3d16a936e4
Update config.json 2020-12-29 14:45:54 +05:30
Nikhil Nandagopal
2bcad75d2d
Update config.json 2020-12-29 14:42:24 +05:30
Nikhil Nandagopal
14a12c33a8
Update config.json 2020-12-29 14:30:34 +05:30
Nikhil Nandagopal
a149295ef5
Update main.yml 2020-12-29 14:29:07 +05:30
Nikhil Nandagopal
0c44e9404c
Update config.json 2020-12-29 14:28:34 +05:30
Nikhil Nandagopal
0930be6051
Update main.yml 2020-12-29 14:20:31 +05:30
Nikhil Nandagopal
9de7dd6804
Update main.yml 2020-12-29 14:17:36 +05:30
Nikhil Nandagopal
592121a5e5
Update config.json 2020-12-29 14:07:43 +05:30
Nikhil Nandagopal
f63fe638e7
Update config.json 2020-12-29 14:05:19 +05:30
Nikhil Nandagopal
178710d445
Update config.json 2020-12-29 14:03:04 +05:30
Nikhil Nandagopal
e56e7db9c7
Update main.yml 2020-12-29 13:59:03 +05:30
Nikhil Nandagopal
49c1724e95
Update main.yml 2020-12-29 13:57:37 +05:30
Nikhil Nandagopal
ee1cce900b
Update main.yml 2020-12-29 13:56:35 +05:30
Nikhil Nandagopal
fd1ae6b725
Update main.yml 2020-12-29 13:51:56 +05:30
Trisha Anand
ea0f9c159c
[Bug] Multi page applications return only a single page when fetching pages per application (#2383)
* Zipping flux with mono leads to mono not getting repeated and only the first emitted value of flux is processed further. This is leading to only a single page getting emitted in a multi page application.

* Added a test case to assert this for a multi page application
2020-12-29 13:38:47 +05:30
Nikhil Nandagopal
f0f1577d15
Update main.yml 2020-12-29 13:11:08 +05:30
Sumit Kumar
134f1a9c43
Plugin code contribution guidelines file. (#2324)
1. Provide guidelines to help external contributors add new plugins.
2020-12-29 13:09:44 +05:30
Nikhil Nandagopal
4929608e7d
Update main.yml 2020-12-29 13:08:34 +05:30
Nikhil Nandagopal
f9f6bcdad5
Rename super-labeler.yml to main.yml 2020-12-29 13:07:48 +05:30
Nikhil Nandagopal
a58a3c3ab3
Update config.json 2020-12-29 13:06:23 +05:30
Nikhil Nandagopal
407b10ca9f
Create config.json 2020-12-29 13:05:38 +05:30
Nikhil Nandagopal
f0d4a234ce
Create super-labeler.yml 2020-12-29 12:59:40 +05:30
Nikhil Nandagopal
ddc9c0c496
Update project-labeler.yml 2020-12-29 12:36:04 +05:30
Nikhil Nandagopal
15af387967
Update project-labeler.yml 2020-12-29 12:30:57 +05:30
Nikhil Nandagopal
651b5c4028
Update project-labeler.yml 2020-12-29 12:25:01 +05:30
Nikhil Nandagopal
04fbf3c8a6
Update project-labeler.yml 2020-12-29 12:22:01 +05:30
Nikhil Nandagopal
de5c1124e0
Update project-labeler.yml 2020-12-29 12:13:49 +05:30
Nikhil Nandagopal
9bbf8db17e
Create project-labeler.yml 2020-12-29 11:53:33 +05:30
Nikhil Nandagopal
a48242be7c
Create project-labeler.yml 2020-12-29 11:50:09 +05:30
Nikhil Nandagopal
ea2244e7e3
Update README.md 2020-12-29 10:58:08 +05:30
Trisha Anand
051d3c6c7f
Adding leak detection to hikari pool. Would be tracking this on logdna to ensure that we are catching any and all leaks that may be occuring with hikari. (#2374) 2020-12-28 18:26:33 +05:30
Piyush Mishra
988ebe975b
RPC-like layer with graceful startup and shutdown around a webworker (#2252) 2020-12-28 14:12:43 +05:30
Sumit Kumar
6299c86f39
Add TC to test mongodb connection establishment (#2364)
1. Test that when a query is attempted to run on mongodb server but refused because of lack of authorization, then
also, it indicates a successful connection establishment.
2020-12-28 11:58:17 +05:30
dependabot[bot]
45497ba5ac
Bump node-notifier from 8.0.0 to 8.0.1 in /app/client (#2316)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 10:55:39 +05:30
Trisha Anand
6210b9a0c0
All newly created applications now have a default published state. (#2309)
* All newly created applications now have a default published state.

* Added a test case to assert a new application comes up with default published states for both application and the default page.

* Function name changed.

* When trying to fetch a published version of a page when the page has not been published, throw a 404.

* WIP : Not working
2020-12-28 10:30:43 +05:30
Piyush Mishra
ebcffadca1
Prettier fixes (#2366) 2020-12-28 09:47:50 +05:30
Piyush Mishra
8ef8bfd2ac
Prettier fix. (#2353) 2020-12-24 19:01:09 +05:30
akash-codemonk
466d0cfde1
Fix explorer entity icon alignment (#1413) 2020-12-24 15:41:02 +05:30
Rishabh Saxena
83349e2996
fix modal entity not renamed through property pane when closed by clicking on the overlay (#2185) 2020-12-24 11:43:01 +05:30
Piyush Mishra
806a139ddb
Make prettier changes (#2337) 2020-12-24 10:02:25 +05:30
Piyush Mishra
3930c4c63c
Hotfix circularJSON (#2214) 2020-12-23 19:48:46 +05:30
Rishabh Saxena
4e802d2c5a
reset query on select, don't jump to active item (#2237) 2020-12-23 17:45:14 +05:30
Rishabh Saxena
396b12b024
reorder widgets alphabetically, autofocus search input (#2325) 2020-12-23 17:02:30 +05:30
Rishabh Saxena
fb7ae53002
set the first tab as selected when the selected tab is not found (#2231) 2020-12-23 16:59:34 +05:30