Skip to content

Commit bbe485a

Browse files
authored
removed external dependencies from reslens (#241)
1 parent f6ce194 commit bbe485a

File tree

418 files changed

+41
-43924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

418 files changed

+41
-43924
lines changed

.github/deploy-ecosystem-configs.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"projects": [
3-
{
4-
"name": "Reslens",
5-
"path": "ecosystem/monitoring/reslens",
6-
"vercel_project_id": "prj_cGTEEoWrPjwmgHT8Oh3GDnt8AV3j"
7-
},
83
{
94
"name": "Beacon",
105
"path": "ecosystem/ai-tools/beacon",

LICENSE

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -256,33 +256,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
256256
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
257257
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
258258
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
259-
SOFTWARE.
260-
261-
================================================================
262-
Creative Commons Zero v1.0 Universal (CC0)
263-
================================================================
264-
265-
/ecosystem/monitoring/reslens/src/lib/webapp/sass/sanitize.css/ files from https://github.com/csstools/sanitize.css
266-
267-
sanitize.css is licensed under the Creative Commons Zero v1.0 Universal (CC0)
268-
Public Domain Dedication.
269-
270-
Creative Commons Zero v1.0 Universal
271-
272-
CC0 1.0 Universal (CC0 1.0)
273-
Public Domain Dedication
274-
275-
The person who associated a work with this deed has dedicated the work to the
276-
public domain by waiving all of his or her rights to the work worldwide under
277-
copyright law, including all related and neighboring rights, to the extent
278-
allowed by law.
279-
280-
You can copy, modify, distribute and perform the work, even for commercial
281-
purposes, all without asking permission.
282-
283-
In no way are the patent or trademark rights of any person affected by CC0, nor
284-
are the rights that other persons may have in the work or in how the work is
285-
used, such as publicity or privacy rights.
286-
287-
For more information, see:
288-
https://creativecommons.org/publicdomain/zero/1.0/
259+
SOFTWARE.

ecosystem/monitoring/reslens/src/lib/api.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Licensed to the Apache Software Foundation (ASF) under one
3+
* or more contributor license agreements. See the NOTICE file
4+
* distributed with this work for additional information
5+
* regarding copyright ownership. The ASF licenses this file
6+
* to you under the Apache License, Version 2.0 (the
7+
* "License"); you may not use this file except in compliance
8+
* with the License. You may obtain a copy of the License at
9+
*
10+
* http://www.apache.org/licenses/LICENSE-2.0
11+
*
12+
* Unless required by applicable law or agreed to in writing,
13+
* software distributed under the License is distributed on an
14+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
* KIND, either express or implied. See the License for the
16+
* specific language governing permissions and limitations
17+
* under the License.
18+
*
19+
*/
20+
121
import axios from 'axios';
222

323
const createApiInstance = (baseURL: string) => {

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/CheckIcon.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/ContextMenu.module.scss

Lines changed: 0 additions & 12 deletions
This file was deleted.

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/ContextMenu.spec.tsx

Lines changed: 0 additions & 84 deletions
This file was deleted.

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/ContextMenu.tsx

Lines changed: 0 additions & 85 deletions
This file was deleted.

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/ContextMenuHighlight.module.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/ContextMenuHighlight.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

ecosystem/monitoring/reslens/src/lib/flamegraph/FlameGraph/FlameGraphComponent/DiffLegend.module.css

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)