Skip to content

Commit f7a87b3

Browse files
Revert "deprecate embedded browser (minio#12163)"
This reverts commit 736d8cb. Bring contrib files for older contributions
1 parent 64f6020 commit f7a87b3

File tree

300 files changed

+38540
-1172
lines changed

Some content is hidden

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

300 files changed

+38540
-1172
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.github
33
docs
44
default.etcd
5+
browser
56
*.gz
67
*.tar.gz
78
*.bzip2

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,4 @@ jobs:
4646
make crosscompile
4747
make verify
4848
make verify-healing
49+
cd browser && npm install && npm run test && cd ..

CREDITS

Lines changed: 261 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4205,6 +4205,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42054205
SOFTWARE.
42064206
================================================================
42074207

4208+
github.com/felixge/httpsnoop
4209+
https://github.com/felixge/httpsnoop
4210+
----------------------------------------------------------------
4211+
Copyright (c) 2016 Felix Geisendörfer (felix@debuggable.com)
4212+
4213+
Permission is hereby granted, free of charge, to any person obtaining a copy
4214+
of this software and associated documentation files (the "Software"), to deal
4215+
in the Software without restriction, including without limitation the rights
4216+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4217+
copies of the Software, and to permit persons to whom the Software is
4218+
furnished to do so, subject to the following conditions:
4219+
4220+
The above copyright notice and this permission notice shall be included in
4221+
all copies or substantial portions of the Software.
4222+
4223+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4224+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4225+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4226+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4227+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4228+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4229+
THE SOFTWARE.
4230+
4231+
================================================================
4232+
42084233
github.com/fortytw2/leaktest
42094234
https://github.com/fortytw2/leaktest
42104235
----------------------------------------------------------------
@@ -5758,6 +5783,34 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57585783

57595784
================================================================
57605785

5786+
github.com/gorilla/handlers
5787+
https://github.com/gorilla/handlers
5788+
----------------------------------------------------------------
5789+
Copyright (c) 2013 The Gorilla Handlers Authors. All rights reserved.
5790+
5791+
Redistribution and use in source and binary forms, with or without
5792+
modification, are permitted provided that the following conditions are met:
5793+
5794+
Redistributions of source code must retain the above copyright notice, this
5795+
list of conditions and the following disclaimer.
5796+
5797+
Redistributions in binary form must reproduce the above copyright notice,
5798+
this list of conditions and the following disclaimer in the documentation
5799+
and/or other materials provided with the distribution.
5800+
5801+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
5802+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
5803+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5804+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
5805+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5806+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
5807+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
5808+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5809+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
5810+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
5811+
5812+
================================================================
5813+
57615814
github.com/gorilla/mux
57625815
https://github.com/gorilla/mux
57635816
----------------------------------------------------------------
@@ -10680,6 +10733,214 @@ https://github.com/minio/minio-go/v7
1068010733

1068110734
================================================================
1068210735

10736+
github.com/minio/rpc
10737+
https://github.com/minio/rpc
10738+
----------------------------------------------------------------
10739+
10740+
Apache License
10741+
Version 2.0, January 2004
10742+
http://www.apache.org/licenses/
10743+
10744+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10745+
10746+
1. Definitions.
10747+
10748+
"License" shall mean the terms and conditions for use, reproduction,
10749+
and distribution as defined by Sections 1 through 9 of this document.
10750+
10751+
"Licensor" shall mean the copyright owner or entity authorized by
10752+
the copyright owner that is granting the License.
10753+
10754+
"Legal Entity" shall mean the union of the acting entity and all
10755+
other entities that control, are controlled by, or are under common
10756+
control with that entity. For the purposes of this definition,
10757+
"control" means (i) the power, direct or indirect, to cause the
10758+
direction or management of such entity, whether by contract or
10759+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
10760+
outstanding shares, or (iii) beneficial ownership of such entity.
10761+
10762+
"You" (or "Your") shall mean an individual or Legal Entity
10763+
exercising permissions granted by this License.
10764+
10765+
"Source" form shall mean the preferred form for making modifications,
10766+
including but not limited to software source code, documentation
10767+
source, and configuration files.
10768+
10769+
"Object" form shall mean any form resulting from mechanical
10770+
transformation or translation of a Source form, including but
10771+
not limited to compiled object code, generated documentation,
10772+
and conversions to other media types.
10773+
10774+
"Work" shall mean the work of authorship, whether in Source or
10775+
Object form, made available under the License, as indicated by a
10776+
copyright notice that is included in or attached to the work
10777+
(an example is provided in the Appendix below).
10778+
10779+
"Derivative Works" shall mean any work, whether in Source or Object
10780+
form, that is based on (or derived from) the Work and for which the
10781+
editorial revisions, annotations, elaborations, or other modifications
10782+
represent, as a whole, an original work of authorship. For the purposes
10783+
of this License, Derivative Works shall not include works that remain
10784+
separable from, or merely link (or bind by name) to the interfaces of,
10785+
the Work and Derivative Works thereof.
10786+
10787+
"Contribution" shall mean any work of authorship, including
10788+
the original version of the Work and any modifications or additions
10789+
to that Work or Derivative Works thereof, that is intentionally
10790+
submitted to Licensor for inclusion in the Work by the copyright owner
10791+
or by an individual or Legal Entity authorized to submit on behalf of
10792+
the copyright owner. For the purposes of this definition, "submitted"
10793+
means any form of electronic, verbal, or written communication sent
10794+
to the Licensor or its representatives, including but not limited to
10795+
communication on electronic mailing lists, source code control systems,
10796+
and issue tracking systems that are managed by, or on behalf of, the
10797+
Licensor for the purpose of discussing and improving the Work, but
10798+
excluding communication that is conspicuously marked or otherwise
10799+
designated in writing by the copyright owner as "Not a Contribution."
10800+
10801+
"Contributor" shall mean Licensor and any individual or Legal Entity
10802+
on behalf of whom a Contribution has been received by Licensor and
10803+
subsequently incorporated within the Work.
10804+
10805+
2. Grant of Copyright License. Subject to the terms and conditions of
10806+
this License, each Contributor hereby grants to You a perpetual,
10807+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10808+
copyright license to reproduce, prepare Derivative Works of,
10809+
publicly display, publicly perform, sublicense, and distribute the
10810+
Work and such Derivative Works in Source or Object form.
10811+
10812+
3. Grant of Patent License. Subject to the terms and conditions of
10813+
this License, each Contributor hereby grants to You a perpetual,
10814+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
10815+
(except as stated in this section) patent license to make, have made,
10816+
use, offer to sell, sell, import, and otherwise transfer the Work,
10817+
where such license applies only to those patent claims licensable
10818+
by such Contributor that are necessarily infringed by their
10819+
Contribution(s) alone or by combination of their Contribution(s)
10820+
with the Work to which such Contribution(s) was submitted. If You
10821+
institute patent litigation against any entity (including a
10822+
cross-claim or counterclaim in a lawsuit) alleging that the Work
10823+
or a Contribution incorporated within the Work constitutes direct
10824+
or contributory patent infringement, then any patent licenses
10825+
granted to You under this License for that Work shall terminate
10826+
as of the date such litigation is filed.
10827+
10828+
4. Redistribution. You may reproduce and distribute copies of the
10829+
Work or Derivative Works thereof in any medium, with or without
10830+
modifications, and in Source or Object form, provided that You
10831+
meet the following conditions:
10832+
10833+
(a) You must give any other recipients of the Work or
10834+
Derivative Works a copy of this License; and
10835+
10836+
(b) You must cause any modified files to carry prominent notices
10837+
stating that You changed the files; and
10838+
10839+
(c) You must retain, in the Source form of any Derivative Works
10840+
that You distribute, all copyright, patent, trademark, and
10841+
attribution notices from the Source form of the Work,
10842+
excluding those notices that do not pertain to any part of
10843+
the Derivative Works; and
10844+
10845+
(d) If the Work includes a "NOTICE" text file as part of its
10846+
distribution, then any Derivative Works that You distribute must
10847+
include a readable copy of the attribution notices contained
10848+
within such NOTICE file, excluding those notices that do not
10849+
pertain to any part of the Derivative Works, in at least one
10850+
of the following places: within a NOTICE text file distributed
10851+
as part of the Derivative Works; within the Source form or
10852+
documentation, if provided along with the Derivative Works; or,
10853+
within a display generated by the Derivative Works, if and
10854+
wherever such third-party notices normally appear. The contents
10855+
of the NOTICE file are for informational purposes only and
10856+
do not modify the License. You may add Your own attribution
10857+
notices within Derivative Works that You distribute, alongside
10858+
or as an addendum to the NOTICE text from the Work, provided
10859+
that such additional attribution notices cannot be construed
10860+
as modifying the License.
10861+
10862+
You may add Your own copyright statement to Your modifications and
10863+
may provide additional or different license terms and conditions
10864+
for use, reproduction, or distribution of Your modifications, or
10865+
for any such Derivative Works as a whole, provided Your use,
10866+
reproduction, and distribution of the Work otherwise complies with
10867+
the conditions stated in this License.
10868+
10869+
5. Submission of Contributions. Unless You explicitly state otherwise,
10870+
any Contribution intentionally submitted for inclusion in the Work
10871+
by You to the Licensor shall be under the terms and conditions of
10872+
this License, without any additional terms or conditions.
10873+
Notwithstanding the above, nothing herein shall supersede or modify
10874+
the terms of any separate license agreement you may have executed
10875+
with Licensor regarding such Contributions.
10876+
10877+
6. Trademarks. This License does not grant permission to use the trade
10878+
names, trademarks, service marks, or product names of the Licensor,
10879+
except as required for reasonable and customary use in describing the
10880+
origin of the Work and reproducing the content of the NOTICE file.
10881+
10882+
7. Disclaimer of Warranty. Unless required by applicable law or
10883+
agreed to in writing, Licensor provides the Work (and each
10884+
Contributor provides its Contributions) on an "AS IS" BASIS,
10885+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
10886+
implied, including, without limitation, any warranties or conditions
10887+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
10888+
PARTICULAR PURPOSE. You are solely responsible for determining the
10889+
appropriateness of using or redistributing the Work and assume any
10890+
risks associated with Your exercise of permissions under this License.
10891+
10892+
8. Limitation of Liability. In no event and under no legal theory,
10893+
whether in tort (including negligence), contract, or otherwise,
10894+
unless required by applicable law (such as deliberate and grossly
10895+
negligent acts) or agreed to in writing, shall any Contributor be
10896+
liable to You for damages, including any direct, indirect, special,
10897+
incidental, or consequential damages of any character arising as a
10898+
result of this License or out of the use or inability to use the
10899+
Work (including but not limited to damages for loss of goodwill,
10900+
work stoppage, computer failure or malfunction, or any and all
10901+
other commercial damages or losses), even if such Contributor
10902+
has been advised of the possibility of such damages.
10903+
10904+
9. Accepting Warranty or Additional Liability. While redistributing
10905+
the Work or Derivative Works thereof, You may choose to offer,
10906+
and charge a fee for, acceptance of support, warranty, indemnity,
10907+
or other liability obligations and/or rights consistent with this
10908+
License. However, in accepting such obligations, You may act only
10909+
on Your own behalf and on Your sole responsibility, not on behalf
10910+
of any other Contributor, and only if You agree to indemnify,
10911+
defend, and hold each Contributor harmless for any liability
10912+
incurred by, or claims asserted against, such Contributor by reason
10913+
of your accepting any such warranty or additional liability.
10914+
10915+
END OF TERMS AND CONDITIONS
10916+
10917+
APPENDIX: How to apply the Apache License to your work.
10918+
10919+
To apply the Apache License to your work, attach the following
10920+
boilerplate notice, with the fields enclosed by brackets "[]"
10921+
replaced with your own identifying information. (Don't include
10922+
the brackets!) The text should be enclosed in the appropriate
10923+
comment syntax for the file format. We also recommend that a
10924+
file or class name and description of purpose be included on the
10925+
same "printed page" as the copyright notice for easier
10926+
identification within third-party archives.
10927+
10928+
Copyright [yyyy] [name of copyright owner]
10929+
10930+
Licensed under the Apache License, Version 2.0 (the "License");
10931+
you may not use this file except in compliance with the License.
10932+
You may obtain a copy of the License at
10933+
10934+
http://www.apache.org/licenses/LICENSE-2.0
10935+
10936+
Unless required by applicable law or agreed to in writing, software
10937+
distributed under the License is distributed on an "AS IS" BASIS,
10938+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10939+
See the License for the specific language governing permissions and
10940+
limitations under the License.
10941+
10942+
================================================================
10943+
1068310944
github.com/minio/selfupdate
1068410945
https://github.com/minio/selfupdate
1068510946
----------------------------------------------------------------

Dockerfile.cicd

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Copyright 2020 MinIO, Inc.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
114
FROM golang:1.16-alpine as builder
215

316
LABEL maintainer="MinIO Inc <dev@min.io>"

0 commit comments

Comments
 (0)