Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<!--
This file is part of React-SearchKit.
Copyright (C) 2018-2020 CERN.

React-SearchKit is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
SPDX-FileCopyrightText: 2018-2020 CERN.
SPDX-License-Identifier: MIT
-->

# React-SearchKit
Expand Down
5 changes: 5 additions & 0 deletions deploy_docs.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2018 CERN.
* SPDX-License-Identifier: MIT
*/

#!/bin/bash

git config --global user.name "${GH_NAME}"
Expand Down
7 changes: 2 additions & 5 deletions docs/website/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<!--
This file is part of React-SearchKit.
Copyright (C) 2018 CERN.

React-SearchKit is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
SPDX-FileCopyrightText: 2018 CERN.
SPDX-License-Identifier: MIT
-->

This website was created with [Docusaurus](https://docusaurus.io/).
Expand Down
7 changes: 2 additions & 5 deletions docs/website/core/Footer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2018-2023 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2018-2023 CERN.
* SPDX-License-Identifier: MIT
*/

const React = require("react");
Expand Down
7 changes: 2 additions & 5 deletions docs/website/pages/en/help.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2018 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2018 CERN.
* SPDX-License-Identifier: MIT
*/

const React = require("react");
Expand Down
7 changes: 2 additions & 5 deletions docs/website/pages/en/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2018 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2018 CERN.
* SPDX-License-Identifier: MIT
*/

const React = require("react");
Expand Down
7 changes: 2 additions & 5 deletions docs/website/siteConfig.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2018 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2018 CERN.
* SPDX-License-Identifier: MIT
*/

const siteConfig = {
Expand Down
7 changes: 2 additions & 5 deletions docs/website/static/js/code-blocks-buttons.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2018 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2018 CERN.
* SPDX-License-Identifier: MIT
*/

// Turn off ESLint for this file because it's sent down to users as-is.
Expand Down
5 changes: 5 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
5 changes: 5 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2019-2020 CERN.
* SPDX-License-Identifier: MIT
*/

import babel from '@rollup/plugin-babel';
import commonjs from '@rollup/plugin-commonjs';
import resolve from '@rollup/plugin-node-resolve';
Expand Down
7 changes: 2 additions & 5 deletions src/demos/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2022 CERN.
* SPDX-License-Identifier: MIT
*/

import React, { Component } from "react";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/cern-videos-namespaced/Results.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2022 CERN.
* SPDX-License-Identifier: MIT
*/

import PropTypes from "prop-types";
Expand Down
5 changes: 5 additions & 0 deletions src/demos/cern-videos-namespaced/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2022-2025 CERN.
* SPDX-License-Identifier: MIT
*/

/* eslint-disable react/display-name */
/* eslint-disable react/prop-types */
import _truncate from "lodash/truncate";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/cern-videos-namespaced/cern-videos-2/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2022 CERN.
* SPDX-License-Identifier: MIT
*/

import React from "react";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/cern-videos-namespaced/cern-videos-2/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2022 CERN.
* SPDX-License-Identifier: MIT
*/

export { App as CERNVideosReactSearchKit2 } from "./App";
7 changes: 2 additions & 5 deletions src/demos/cern-videos-namespaced/cern-videos-3/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2022 CERN.
* SPDX-License-Identifier: MIT
*/

import React from "react";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/cern-videos-namespaced/cern-videos-3/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2022 CERN.
* SPDX-License-Identifier: MIT
*/

export { App as CERNVideosReactSearchKit3 } from "./App";
7 changes: 2 additions & 5 deletions src/demos/cern-videos/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2026 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2026 CERN.
* SPDX-License-Identifier: MIT
*/

import _truncate from "lodash/truncate";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/cern-videos/Results.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

import PropTypes from "prop-types";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/cern-videos/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

export { App as CERNVideosReactSearchKit } from "./App";
7 changes: 2 additions & 5 deletions src/demos/opensearch/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2022 CERN.
* SPDX-License-Identifier: MIT
*/

import _truncate from "lodash/truncate";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/opensearch/DemoOSRequestSerializer.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

import _extend from "lodash/extend";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/opensearch/Results.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2022 CERN.
* SPDX-License-Identifier: MIT
*/

import PropTypes from "prop-types";
Expand Down
5 changes: 5 additions & 0 deletions src/demos/opensearch/docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 CERN.
* SPDX-License-Identifier: MIT
*/

FROM nginx:stable

COPY site.conf /etc/nginx/conf.d/
5 changes: 5 additions & 0 deletions src/demos/opensearch/docker/nginx/site.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 CERN.
* SPDX-License-Identifier: MIT
*/

upstream opensearch {
server os:9200;
}
Expand Down
7 changes: 2 additions & 5 deletions src/demos/opensearch/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

export { App as OSReactSearchKit } from "./App";
7 changes: 2 additions & 5 deletions src/demos/zenodo/App.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2022 CERN.
* SPDX-License-Identifier: MIT
*/

import _truncate from "lodash/truncate";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/zenodo/Results.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019-2022 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019-2022 CERN.
* SPDX-License-Identifier: MIT
*/

import PropTypes from "prop-types";
Expand Down
7 changes: 2 additions & 5 deletions src/demos/zenodo/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

export { App as ZenodoReactSearchKit } from "./App";
7 changes: 2 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

import React from "react";
Expand Down
7 changes: 2 additions & 5 deletions src/lib/api/UrlHandlerApi.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2018-2020 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2018-2020 CERN.
* SPDX-License-Identifier: MIT
*/

import _cloneDeep from "lodash/cloneDeep";
Expand Down
7 changes: 2 additions & 5 deletions src/lib/api/UrlHandlerApi.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

import Qs from "qs";
Expand Down
7 changes: 2 additions & 5 deletions src/lib/api/UrlParamValidator.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2020 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2020 CERN.
* SPDX-License-Identifier: MIT
*/

import _isArray from "lodash/isArray";
Expand Down
7 changes: 2 additions & 5 deletions src/lib/api/contrib/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* This file is part of React-SearchKit.
* Copyright (C) 2019 CERN.
*
* React-SearchKit is free software; you can redistribute it and/or modify it
* under the terms of the MIT License; see LICENSE file for more details.
* SPDX-FileCopyrightText: 2019 CERN.
* SPDX-License-Identifier: MIT
*/

export * from "./opensearch";
Expand Down
Loading
Loading