Skip to content

Commit

Permalink
Merge branch 'master' into 5117-dns64
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Jan 23, 2023
2 parents de3e84b + 54a141a commit 548feb6
Show file tree
Hide file tree
Showing 268 changed files with 49 additions and 23,348 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
/agh-backup/
/bin/
/build/*
/build2/*
/data/
/dist/
/filtering/tests/filtering.TestLotsOfRules*.pprof
Expand All @@ -26,4 +25,3 @@ leases.db
node_modules/

!/build/gitkeep
!/build2/gitkeep
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ NOTE: Add new changes BELOW THIS COMMENT.
field under `dns` object in the configuration along with `dns64_prefixes`, the
set of exclusion prefixes to filter AAAA responses.

### Removed

- The “beta frontend” and the corresponding APIs. They never quite worked
properly, and the future new version of AdGuard Home API will probably be
different.

Correspondingly, the configuration parameter `beta_bind_port` has been removed
as well.

[#5117]: https://github.com/AdguardTeam/AdGuardHome/issues/5117


Expand Down
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.POSIX:

CHANNEL = development
CLIENT_BETA_DIR = client2
CLIENT_DIR = client
COMMIT = $$( git rev-parse --short HEAD )
DIST_DIR = dist
Expand All @@ -29,10 +28,6 @@ SIGN = 1
VERBOSE = 0
VERSION = v0.0.0
YARN = yarn
YARN_FLAGS = --cwd $(CLIENT_BETA_DIR)
YARN_INSTALL_FLAGS = $(YARN_FLAGS) --network-timeout 120000 --silent\
--ignore-engines --ignore-optional --ignore-platform\
--ignore-scripts

NEXTAPI = 0

Expand Down Expand Up @@ -93,17 +88,13 @@ init: ; git config core.hooksPath ./scripts/hooks

js-build:
$(NPM) $(NPM_FLAGS) run build-prod
$(YARN) $(YARN_FLAGS) build
js-deps:
$(NPM) $(NPM_INSTALL_FLAGS) ci
$(YARN) $(YARN_INSTALL_FLAGS) install

# TODO(a.garipov): Remove the legacy client tasks support once the new
# client is done and the old one is removed.
js-lint: ; $(NPM) $(NPM_FLAGS) run lint
js-test: ; $(NPM) $(NPM_FLAGS) run test
js-beta-lint: ; $(YARN) $(YARN_FLAGS) lint
js-beta-test: ; # TODO(v.abdulmyanov): Add tests for the new client.

go-build: ; $(ENV) "$(SHELL)" ./scripts/make/go-build.sh
go-deps: ; $(ENV) "$(SHELL)" ./scripts/make/go-deps.sh
Expand Down
1 change: 0 additions & 1 deletion build2/gitkeep

This file was deleted.

6 changes: 0 additions & 6 deletions client2/.eslintignore

This file was deleted.

5 changes: 0 additions & 5 deletions client2/.eslintrc

This file was deleted.

18 changes: 0 additions & 18 deletions client2/declaration.d.ts

This file was deleted.

89 changes: 0 additions & 89 deletions client2/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions client2/postcss.config.js

This file was deleted.

Binary file removed client2/public/assets/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed client2/public/assets/favicon.png
Binary file not shown.
8 changes: 0 additions & 8 deletions client2/public/assets/safari-pinned-tab.svg

This file was deleted.

23 changes: 0 additions & 23 deletions client2/public/index.html

This file was deleted.

22 changes: 0 additions & 22 deletions client2/public/install.html

This file was deleted.

22 changes: 0 additions & 22 deletions client2/public/login.html

This file was deleted.

12 changes: 0 additions & 12 deletions client2/scripts/consts.ts

This file was deleted.

18 changes: 0 additions & 18 deletions client2/scripts/generator/index.ts

This file was deleted.

Loading

0 comments on commit 548feb6

Please sign in to comment.